summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2020-05-21 00:53:21 +0200
committerEric Engestrom2021-09-21 21:15:26 +0100
commitdb964a07399ab9d1632eeef7ba9b02d4716a6cfa (patch)
treebce726dc396b17a316b82a9c1eb6c0a2d3dba05f
parent65802080f710750f271fcbaa33fd25606367b02e (diff)
downloadaur-db964a07399ab9d1632eeef7ba9b02d4716a6cfa.tar.gz
update to 1.6
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9a6fb4c7019..e4adc396c125 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.5
+ pkgver = 1.6
pkgrel = 1
url = https://github.com/linuxhw/hw-probe
arch = any
@@ -13,12 +13,13 @@ pkgbase = hw-probe
depends = usbutils
depends = net-tools
depends = edid-decode
+ depends = ddcutil
optdepends = hdparm
optdepends = smartmontools
optdepends = inxi
optdepends = pnputils
- source = https://github.com/linuxhw/hw-probe/archive/1.5.tar.gz
- sha256sums = 8bb7d6ff272c1412e26fcfd86e9df5c3e34e1584552404b930c281b8498b25ea
+ optdepends = efibootmgr
+ source = https://github.com/linuxhw/hw-probe/archive/1.6.tar.gz
+ sha256sums = de048be6aef357d3142c9e2327d6f79d205a42aa3396ad381ed319115d1c9a22
pkgname = hw-probe
-
diff --git a/PKGBUILD b/PKGBUILD
index 3e68b6e30456..becd63dbaca8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Eric Engestrom <aur [at] engestrom [dot] ch>
pkgname=hw-probe
-pkgver=1.5
+pkgver=1.6
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=('8bb7d6ff272c1412e26fcfd86e9df5c3e34e1584552404b930c281b8498b25ea')
-depends=('perl>=5' 'hwinfo' 'curl' 'dmidecode' 'pciutils' 'usbutils' 'net-tools' 'edid-decode')
-optdepends=('hdparm' 'smartmontools' 'inxi' 'pnputils')
+sha256sums=('de048be6aef357d3142c9e2327d6f79d205a42aa3396ad381ed319115d1c9a22')
+depends=('perl>=5' 'hwinfo' 'curl' 'dmidecode' 'pciutils' 'usbutils' 'net-tools' 'edid-decode' 'ddcutil')
+optdepends=('hdparm' 'smartmontools' 'inxi' 'pnputils' 'efibootmgr')
package() {
cd "$srcdir"/hw-probe-$pkgver