aboutsummaryrefslogtreecommitdiffstats
path: root/community/lsscsi
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-22 01:22:24 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-22 01:25:41 -0300
commit7434160966c98e5515b433119dbfbd8735bdc309 (patch)
treeea4a4351fe94f7f78ff80fb84f26a11ee0ea2eab /community/lsscsi
parent89dd4fdf252960d0024ad125b1170745e41a9f12 (diff)
downloadaports-7434160966c98e5515b433119dbfbd8735bdc309.tar.bz2
aports-7434160966c98e5515b433119dbfbd8735bdc309.tar.xz
community/lsscsi: upgrade to 0.31
Diffstat (limited to 'community/lsscsi')
-rw-r--r--community/lsscsi/APKBUILD12
1 files changed, 3 insertions, 9 deletions
diff --git a/community/lsscsi/APKBUILD b/community/lsscsi/APKBUILD
index 72005f29c8..dcdea1df4d 100644
--- a/community/lsscsi/APKBUILD
+++ b/community/lsscsi/APKBUILD
@@ -1,21 +1,16 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=lsscsi
-pkgver=0.30
+pkgver=0.31
pkgrel=0
pkgdesc="Lists information about SCSI devices"
url="http://sg.danny.cz/scsi/lsscsi.html"
arch="all"
license="GPL-2.0-or-later"
-depends=
makedepends="linux-headers"
-install=
subpackages="$pkgname-doc"
-source="http://sg.danny.cz/scsi/$pkgname-$pkgver.tar.xz"
-
-builddir="$srcdir"/$pkgname-${pkgver/./}r154
+source="http://sg.danny.cz/scsi/lsscsi-$pkgver.tar.xz"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -27,8 +22,7 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="255bf961e6f8db40553748dbfcabac9410517bd1c83d23f95a94ce7f14f00c9cec00d37424f0f2a120c800fa410b362902f9988042b264e14089ff957cd7077d lsscsi-0.30.tar.xz"
+sha512sums="4716b8964ab05dad79552dd9b70729b39abe4f67fa304718dd0ee090ff9396441940487c89eb2fb2daaae71307d1f795bd1c8ee7c7ba98a92da0587ce4c747bd lsscsi-0.31.tar.xz"