summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTérence Clastres2020-11-29 10:30:57 +0100
committerTérence Clastres2020-11-29 10:30:57 +0100
commit3fb77ac4604a999e60933cae9249cc9c52c4c8ce (patch)
tree65a0504dfac33a89c6e353b182b016d7c53b1ac1 /PKGBUILD
parent7cf00d36d2b843cd00bab26748f07e4515d6d6df (diff)
downloadaur-amdgpu-clocks-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 0aca590eafe3..3b73bde62082 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ arch=('any')
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
depends=('bash')
+makedepends=('git')
source=("${pkgname}::git+${url}.git")
sha512sums=('SKIP')