aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hw-probe/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/hw-probe/APKBUILD')
-rw-r--r--testing/hw-probe/APKBUILD28
1 files changed, 20 insertions, 8 deletions
diff --git a/testing/hw-probe/APKBUILD b/testing/hw-probe/APKBUILD
index 4fc9707299e..2ec5f0dfe03 100644
--- a/testing/hw-probe/APKBUILD
+++ b/testing/hw-probe/APKBUILD
@@ -1,16 +1,28 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=hw-probe
-pkgver=1.6.1
-pkgrel=0
+pkgver=1.6.5
+pkgrel=1
pkgdesc="A tool to probe for hardware and upload result to the Linux Hardware Database"
url="https://github.com/linuxhw/hw-probe"
-arch="noarch !mips !mips64" # blocked by acpica
-license="LGPL-2.1"
+arch="noarch"
+license="LGPL-2.1-or-later OR BSD-4-Clause"
makedepends="perl-dev"
-depends="perl perl-digest-sha1 perl-libwww
-hwinfo curl dmidecode smartmontools hwids-pci hwids-usb hwids-net
-memtester hdparm i2c-tools acpica sysstat xz"
+depends="
+ acpica
+ curl
+ dmidecode
+ hdparm
+ hwdata
+ i2c-tools
+ memtester
+ perl
+ perl-digest-sha1
+ perl-libwww
+ smartmontools
+ sysstat
+ xz
+ "
options="!check" # no test available
source="$pkgname-$pkgver.tar.gz::https://github.com/linuxhw/hw-probe/archive/$pkgver.tar.gz"
@@ -23,5 +35,5 @@ package() {
}
sha512sums="
-3523b1c1e0e0a8911563e31f91ff0d975e8382ff207ca9c2f33f82fab7bcd46e1daada377be46ae8818ce50e9e9a5cd6ea00da3be7e012613263c0fe9921656a hw-probe-1.6.1.tar.gz
+68d6709ca4efe82e0e5de3b580c68f76fa31384af0c53645b6609cee14b944a410e58b12ac13f879d8d86220c1088cfaad17dc6edd24cf27700e449add6f6488 hw-probe-1.6.5.tar.gz
"