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/APKBUILD26
1 files changed, 19 insertions, 7 deletions
diff --git a/testing/hw-probe/APKBUILD b/testing/hw-probe/APKBUILD
index 7a80ee8e8f9..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.4
-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"
-license="LGPL-2.1"
+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="
-c812ebdb23f6b8a4df2f2849a29ecc1307c09f758aeb912face6e899510af69f9dee606fb0ff1807a6de1e89a5f7a8b3259b894cc823b9d25efbf26accf60ac4 hw-probe-1.6.4.tar.gz
+68d6709ca4efe82e0e5de3b580c68f76fa31384af0c53645b6609cee14b944a410e58b12ac13f879d8d86220c1088cfaad17dc6edd24cf27700e449add6f6488 hw-probe-1.6.5.tar.gz
"