summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2022-07-19 19:11:22 +0100
committerEric Engestrom2022-07-19 19:11:22 +0100
commitb53c54098dd2443af8d312d83c39f8a3c7d5fbde (patch)
treef6436a3b9a1d1d43873959b9687cd85b466b924f
parente9539d1f6f47e67d5016de2090b6c05be87c40de (diff)
downloadaur-b53c54098dd2443af8d312d83c39f8a3c7d5fbde.tar.gz
add missing depends on acpica
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b698ff217bb5..9e4a69b1d5ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = hw-probe-git
depends = usbutils
depends = net-tools
depends = edid-decode
+ depends = acpica
optdepends = hdparm
optdepends = smartmontools
optdepends = inxi
diff --git a/PKGBUILD b/PKGBUILD
index bf0bc6a7281c..b90dec5e3a63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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' 'edid-decode')
+depends=('perl>=5' 'hwinfo' 'curl' 'dmidecode' 'pciutils' 'usbutils' 'net-tools' 'edid-decode' 'acpica')
optdepends=('hdparm' 'smartmontools' 'inxi' 'pnputils')
makedepends=('git')
conflicts=('hw-probe')