[arch-commits] Commit in lsscsi/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Wed May 16 23:18:54 UTC 2018
Date: Wednesday, May 16, 2018 @ 23:18:52
Author: seblu
Revision: 323280
archrelease: copy trunk to community-x86_64
Added:
lsscsi/repos/community-x86_64/PKGBUILD
(from rev 323279, lsscsi/trunk/PKGBUILD)
Deleted:
lsscsi/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-16 23:18:45 UTC (rev 323279)
+++ PKGBUILD 2018-05-16 23:18:52 UTC (rev 323280)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor : XAVeRY - los dot danielos at gmail dot com
-
-pkgname=lsscsi
-pkgver=0.28
-pkgrel=1
-pkgdesc='A tool that lists devices connected via SCSI and its transports'
-arch=('i686' 'x86_64')
-url="http://sg.danny.cz/scsi/lsscsi.html"
-license=('GPL')
-depends=('sysfsutils')
-source=("http://sg.danny.cz/scsi/${pkgname}-${pkgver}.tgz")
-md5sums=('4a39e3b09cd422e2cae3edbaf56b3176')
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: lsscsi/repos/community-x86_64/PKGBUILD (from rev 323279, lsscsi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-16 23:18:52 UTC (rev 323280)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor : XAVeRY - los dot danielos at gmail dot com
+
+pkgname=lsscsi
+pkgver=0.29
+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"
+license=('GPL')
+depends=('sysfsutils')
+source=("http://sg.danny.cz/scsi/${pkgname}-${pkgver}.tgz")
+md5sums=('dec2ddacba7d9d6bb550ebdb289e6fac')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list