summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2020-01-24 23:02:04 +0000
committerEric Engestrom2020-01-24 23:02:13 +0000
commit65802080f710750f271fcbaa33fd25606367b02e (patch)
treec6a64eed64c3625db2d131eb32256fe0e56b4f8b
parent2c1955c6023935e1a9b4b07411bb8aa9082a8c33 (diff)
downloadaur-65802080f710750f271fcbaa33fd25606367b02e.tar.gz
add edid-decode dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4129689db234..a9a6fb4c7019 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = hw-probe
depends = pciutils
depends = usbutils
depends = net-tools
+ depends = edid-decode
optdepends = hdparm
optdepends = smartmontools
optdepends = inxi
diff --git a/PKGBUILD b/PKGBUILD
index 013ed6f10b72..3e68b6e30456 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ 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')
+depends=('perl>=5' 'hwinfo' 'curl' 'dmidecode' 'pciutils' 'usbutils' 'net-tools' 'edid-decode')
optdepends=('hdparm' 'smartmontools' 'inxi' 'pnputils')
package() {