summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2021-09-21 21:16:35 +0100
committerEric Engestrom2021-09-21 21:16:35 +0100
commit8fb6c8135bdb2e83ce2bb1b593a17176969806fe (patch)
tree6d4d1c7a92a83a4ad5917ce00c6360ce2a62b353
parenta8eb11beb0925ba7186338e87bdab1037c972d3a (diff)
downloadaur-8fb6c8135bdb2e83ce2bb1b593a17176969806fe.tar.gz
bump for 1.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7bcbe024383..713aeaf1ed61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hw-probe-git
pkgdesc = Tool to probe for hardware, check its operability and upload result to the Linux hardware DB: http://linux-hardware.org
- pkgver = 1.6beta+27.gacf2cf2c0f
+ pkgver = 1.6
pkgrel = 1
url = https://github.com/linuxhw/hw-probe
arch = any
@@ -12,14 +12,14 @@ pkgbase = hw-probe-git
depends = pciutils
depends = usbutils
depends = net-tools
+ depends = edid-decode
optdepends = hdparm
optdepends = smartmontools
optdepends = inxi
optdepends = pnputils
- provides = hw-probe=1.6beta
+ provides = hw-probe=1.6
conflicts = hw-probe
source = https://github.com/linuxhw/hw-probe
md5sums = SKIP
pkgname = hw-probe-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 94ef954a504b..e6da193e192f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Eric Engestrom <aur [at] engestrom [dot] ch>
pkgname=hw-probe-git
-pkgver=1.6beta+27.gacf2cf2c0f
+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')
@@ -9,7 +9,7 @@ url="https://github.com/linuxhw/hw-probe"
license=('GPLv2')
source=("git+$url")
md5sums=('SKIP')
-depends=('perl>=5' 'hwinfo' 'curl' 'dmidecode' 'pciutils' 'usbutils' 'net-tools')
+depends=('perl>=5' 'hwinfo' 'curl' 'dmidecode' 'pciutils' 'usbutils' 'net-tools' 'edid-decode')
optdepends=('hdparm' 'smartmontools' 'inxi' 'pnputils')
conflicts=('hw-probe')
provides=("hw-probe=${pkgver%+*}")