summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2021-09-22 21:27:09 +0100
committerEric Engestrom2021-09-22 21:27:09 +0100
commit2bbbb3848148832d7583393007b2bcaed1b01562 (patch)
tree8c78fdf6f4116850206b72da14d2218d6fc7d2e2
parent8fb6c8135bdb2e83ce2bb1b593a17176969806fe (diff)
downloadaur-2bbbb3848148832d7583393007b2bcaed1b01562.tar.gz
add missing `git` makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 713aeaf1ed61..ac6d2a480968 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = hw-probe-git
url = https://github.com/linuxhw/hw-probe
arch = any
license = GPLv2
+ makedepends = git
depends = perl>=5
depends = hwinfo
depends = curl
diff --git a/PKGBUILD b/PKGBUILD
index e6da193e192f..eeaf638a6ed6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ source=("git+$url")
md5sums=('SKIP')
depends=('perl>=5' 'hwinfo' 'curl' 'dmidecode' 'pciutils' 'usbutils' 'net-tools' 'edid-decode')
optdepends=('hdparm' 'smartmontools' 'inxi' 'pnputils')
+makedepends=('git')
conflicts=('hw-probe')
provides=("hw-probe=${pkgver%+*}")