summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2018-06-22 15:51:08 +0100
committerEric Engestrom2018-06-22 15:51:08 +0100
commitf9e65f149f6b845456516fd5a784ddb1c47a50f0 (patch)
treebf3a14ff480b6ee280562f9a29860476d010a870
parentc94fe96a214c99f13e58377b9e4ba31416593443 (diff)
downloadaur-f9e65f149f6b845456516fd5a784ddb1c47a50f0.tar.gz
update to 1.4
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2291de11c70e..df1b23a9ee88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hw-probe
pkgdesc = Tool to probe for hardware, check its operability and upload result to the Linux hardware DB: http://linux-hardware.org
- pkgver = 1.2
+ pkgver = 1.4
pkgrel = 1
url = https://github.com/linuxhw/hw-probe
arch = any
@@ -16,9 +16,8 @@ pkgbase = hw-probe
optdepends = smartmontools
optdepends = inxi
optdepends = pnputils
- provides = hw-probe
- source = https://github.com/linuxhw/hw-probe/archive/1.2.tar.gz
- md5sums = SKIP
+ source = https://github.com/linuxhw/hw-probe/archive/1.4.tar.gz
+ sha256sums = 90f3ea83bf641348b209e4a2a910f65d836ae7828c0be0f660236ea413bc46bb
pkgname = hw-probe
diff --git a/PKGBUILD b/PKGBUILD
index 3029b9585757..57384740f7f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Eric Engestrom <aur [at] engestrom [dot] ch>
pkgname=hw-probe
-pkgver=1.2
+pkgver=1.4
pkgrel=1
pkgdesc="Tool to probe for hardware, check its operability and upload result to the Linux hardware DB: http://linux-hardware.org"
arch=('any')
url="https://github.com/linuxhw/hw-probe"
license=('GPLv2')
source=("$url/archive/$pkgver.tar.gz")
-sha256sums=('71c6d58afd0ebca7f81c1c3b18c467f41478f3ee21304561cb2a757fb6b31a31')
+sha256sums=('90f3ea83bf641348b209e4a2a910f65d836ae7828c0be0f660236ea413bc46bb')
depends=('perl>=5' 'hwinfo' 'curl' 'dmidecode' 'pciutils' 'usbutils' 'net-tools')
optdepends=('hdparm' 'smartmontools' 'inxi' 'pnputils')