[arch-commits] Commit in lsscsi/repos/community-x86_64 (PKGBUILD PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Sun Aug 19 19:00:02 UTC 2018


    Date: Sunday, August 19, 2018 @ 19:00:02
  Author: seblu
Revision: 372801

archrelease: copy trunk to community-x86_64

Added:
  lsscsi/repos/community-x86_64/PKGBUILD
    (from rev 372800, lsscsi/trunk/PKGBUILD)
Deleted:
  lsscsi/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-19 18:59:55 UTC (rev 372800)
+++ PKGBUILD	2018-08-19 19:00:02 UTC (rev 372801)
@@ -1,27 +0,0 @@
-# $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:

Copied: lsscsi/repos/community-x86_64/PKGBUILD (from rev 372800, lsscsi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-19 19:00:02 UTC (rev 372801)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: XAVeRY - los dot danielos at gmail dot com
+
+pkgname=lsscsi
+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'
+license=('GPL')
+depends=('sysfsutils')
+source=("http://sg.danny.cz/scsi/$pkgname-$pkgver.tgz")
+md5sums=('298a700cd50bb4be1382d618f7b038f4')
+
+build() {
+  cd $pkgname-*/
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-*/
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list