summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarcnmx2018-10-29 15:21:55 -0400
committerarcnmx2018-10-29 15:21:55 -0400
commit5e0a2b9ae63d50e5121ec52bf073f98cfd48d2f1 (patch)
tree37c5e6852d9186cbca1c9568b103e7846777caf4
parentfa7f749fc00e5e91716a7aa71899e8a548ae3765 (diff)
downloadaur-5e0a2b9ae63d50e5121ec52bf073f98cfd48d2f1.tar.gz
add git to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f2a99c9fcc8..9e7a4440a7cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = zenstates-git
url = https://github.com/r4m0n/ZenStates-Linux
arch = any
license = MIT
+ makedepends = git
depends = python
source = git+https://github.com/r4m0n/ZenStates-Linux.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ca33315b9893..8c0663ac657c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgdesc="Dynamically edit AMD Ryzen processor P-States"
url="https://github.com/r4m0n/${_gitname}"
license=(MIT)
depends=(python)
+makedepends=(git)
arch=(any)
source=("git+https://github.com/r4m0n/${_gitname}.git")