[arch-commits] Commit in lsscsi/trunk (PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Sun Aug 19 18:59:56 UTC 2018
Date: Sunday, August 19, 2018 @ 18:59:55
Author: seblu
Revision: 372800
upgpkg: lsscsi 0.30-1
Modified:
lsscsi/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-19 16:58:08 UTC (rev 372799)
+++ PKGBUILD 2018-08-19 18:59:55 UTC (rev 372800)
@@ -1,27 +1,27 @@
# $Id$
# Maintainer: Sébastien Luttringer
-# Contributor : XAVeRY - los dot danielos at gmail dot com
+# Contributor: XAVeRY - los dot danielos at gmail dot com
pkgname=lsscsi
-pkgver=0.29
+pkgver=0.30
pkgrel=1
pkgdesc='A tool that lists devices connected via SCSI and its transports'
arch=('x86_64')
-url="http://sg.danny.cz/scsi/lsscsi.html"
+url='http://sg.danny.cz/scsi/lsscsi.html'
license=('GPL')
depends=('sysfsutils')
-source=("http://sg.danny.cz/scsi/${pkgname}-${pkgver}.tgz")
-md5sums=('dec2ddacba7d9d6bb550ebdb289e6fac')
+source=("http://sg.danny.cz/scsi/$pkgname-$pkgver.tgz")
+md5sums=('298a700cd50bb4be1382d618f7b038f4')
build() {
- cd ${pkgname}-${pkgver}
+ cd $pkgname-*/
./configure --prefix=/usr
make
}
package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
+ cd $pkgname-*/
+ make DESTDIR="$pkgdir" install
}
# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list