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

Sébastien Luttringer seblu at archlinux.org
Fri May 7 15:08:07 UTC 2021


    Date: Friday, May 7, 2021 @ 15:08:07
  Author: seblu
Revision: 928611

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-07 15:08:01 UTC (rev 928610)
+++ PKGBUILD	2021-05-07 15:08:07 UTC (rev 928611)
@@ -1,26 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: XAVeRY - los dot danielos at gmail dot com
-
-pkgname=lsscsi
-pkgver=0.31
-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")
-sha256sums=('12bf1973014803c6fd6d547e7594a4c049f0eef3bf5d22190d4be29d7c09f3ca')
-
-build() {
-  cd $pkgname-*/
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-*/
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lsscsi/repos/community-x86_64/PKGBUILD (from rev 928610, lsscsi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-07 15:08:07 UTC (rev 928611)
@@ -0,0 +1,26 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: XAVeRY - los dot danielos at gmail dot com
+
+pkgname=lsscsi
+pkgver=0.32
+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")
+sha256sums=('0a800e9e94dca2ab702d65d72777ae8cae078e3d74d0bcbed64ba0849e8029a1')
+
+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