summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorarcnmx2018-10-29 15:21:55 -0400
committerarcnmx2018-10-29 15:21:55 -0400
commit5e0a2b9ae63d50e5121ec52bf073f98cfd48d2f1 (patch)
tree37c5e6852d9186cbca1c9568b103e7846777caf4 /PKGBUILD
parentfa7f749fc00e5e91716a7aa71899e8a548ae3765 (diff)
downloadaur-zenstates-git.tar.gz
add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
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")