summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2020-01-24 12:50:06 +0000
committerEric Engestrom2020-01-24 12:50:06 +0000
commit2c1955c6023935e1a9b4b07411bb8aa9082a8c33 (patch)
tree85467a383752a1bb058482c32091ff283129d79c
parentf9e65f149f6b845456516fd5a784ddb1c47a50f0 (diff)
downloadaur-2c1955c6023935e1a9b4b07411bb8aa9082a8c33.tar.gz
bump to 1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df1b23a9ee88..4129689db234 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.4
+ pkgver = 1.5
pkgrel = 1
url = https://github.com/linuxhw/hw-probe
arch = any
@@ -16,8 +16,8 @@ pkgbase = hw-probe
optdepends = smartmontools
optdepends = inxi
optdepends = pnputils
- source = https://github.com/linuxhw/hw-probe/archive/1.4.tar.gz
- sha256sums = 90f3ea83bf641348b209e4a2a910f65d836ae7828c0be0f660236ea413bc46bb
+ source = https://github.com/linuxhw/hw-probe/archive/1.5.tar.gz
+ sha256sums = 8bb7d6ff272c1412e26fcfd86e9df5c3e34e1584552404b930c281b8498b25ea
pkgname = hw-probe
diff --git a/PKGBUILD b/PKGBUILD
index 57384740f7f8..013ed6f10b72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Eric Engestrom <aur [at] engestrom [dot] ch>
pkgname=hw-probe
-pkgver=1.4
+pkgver=1.5
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=('90f3ea83bf641348b209e4a2a910f65d836ae7828c0be0f660236ea413bc46bb')
+sha256sums=('8bb7d6ff272c1412e26fcfd86e9df5c3e34e1584552404b930c281b8498b25ea')
depends=('perl>=5' 'hwinfo' 'curl' 'dmidecode' 'pciutils' 'usbutils' 'net-tools')
optdepends=('hdparm' 'smartmontools' 'inxi' 'pnputils')