summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2017-04-27 21:02:44 +0100
committerEric Engestrom2017-04-27 21:02:44 +0100
commitbf7892fc1e57115eb5324ca2cffd94dc53c44b90 (patch)
tree3eedaf4e957d4e65978c468b7a3517b49e3a82cc
parent223ebdba2ff44adb2beda6421cc5baa50e9738ae (diff)
downloadaur-bf7892fc1e57115eb5324ca2cffd94dc53c44b90.tar.gz
add missing source hash, remove unnecessary 'provide'
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 736e7146b047..42fa471735c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,9 @@ arch=('any')
url="https://github.com/linuxhw/hw-probe"
license=('GPLv2')
source=("$url/archive/$pkgver.tar.gz")
-md5sums=('SKIP')
+sha256sums=('71c6d58afd0ebca7f81c1c3b18c467f41478f3ee21304561cb2a757fb6b31a31')
depends=('perl>=5' 'hwinfo' 'curl' 'dmidecode' 'pciutils' 'usbutils' 'net-tools')
optdepends=('hdparm' 'smartmontools' 'inxi' 'pnputils')
-provides=('hw-probe')
package() {
cd "$srcdir"/hw-probe-$pkgver