summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTérence Clastres2020-11-29 10:31:54 +0100
committerTérence Clastres2020-11-29 10:31:54 +0100
commit85fc6f98ed2263ac5c1ed7a9230b324aefc07ec5 (patch)
treef0482d71af77c919eac8b7e4c91b231941a8e554 /PKGBUILD
parente1bba798ddbc7d93a3685066b56e5b5369dd0d7f (diff)
downloadaur-psensor-git.tar.gz
Add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3fdc23156eac..f4abe13d0ada 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ url='https://gitlab.com/jeanfi/psensor'
license=('GPL2')
depends=('lm_sensors' 'dconf' 'gtk3' 'udisks2' 'curl' 'libgtop' 'libnotify'
'libxnvctrl' 'json-c' 'libmicrohttpd')
-makedepends=('help2man')
+makedepends=('git' 'help2man')
conflicts=("${pkgname%-git}")
source=("${pkgname}::git+${url}.git")
sha512sums=('SKIP')