summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')