[arch-commits] Commit in lsscsi/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Mon Mar 16 19:19:56 UTC 2020
Date: Monday, March 16, 2020 @ 19:19:55
Author: seblu
Revision: 599843
archrelease: copy trunk to community-x86_64
Added:
lsscsi/repos/community-x86_64/PKGBUILD
(from rev 599842, lsscsi/trunk/PKGBUILD)
Deleted:
lsscsi/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 53 ++++++++++++++++++++++++++---------------------------
1 file changed, 26 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-16 19:19:44 UTC (rev 599842)
+++ PKGBUILD 2020-03-16 19:19:55 UTC (rev 599843)
@@ -1,27 +0,0 @@
-# $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:
Copied: lsscsi/repos/community-x86_64/PKGBUILD (from rev 599842, lsscsi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-16 19:19:55 UTC (rev 599843)
@@ -0,0 +1,26 @@
+# 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:
More information about the arch-commits
mailing list