summarylogtreecommitdiffstats
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
parente1bba798ddbc7d93a3685066b56e5b5369dd0d7f (diff)
downloadaur-psensor-git.tar.gz
Add git to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62ad2301939a..8b280516ea26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = psensor-git
url = https://gitlab.com/jeanfi/psensor
arch = x86_64
license = GPL2
+ makedepends = git
makedepends = help2man
depends = lm_sensors
depends = dconf
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')