summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Boyd Isacsson2021-01-15 13:29:05 +0100
committerNicholas Boyd Isacsson2021-01-15 13:29:05 +0100
commitdb9054fccf5cdc106729699f1824ef3c66fffe01 (patch)
treeaad2ed99c768fb310b619a9da9b15df2ce4ed6bd
parentd5f3a24250f3841fe93e9b661cddd71299fa9ba7 (diff)
downloadaur-db9054fccf5cdc106729699f1824ef3c66fffe01.tar.gz
Add git make dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d190cb7acc4b..1c6bef8904d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url="https://git.hrfee.pw/hrfee/$_pkgname"
license=('unknown')
depends=('glibc')
-makedepends=('go')
+makedepends=('go' 'git')
source=(git+$url)
md5sums=(SKIP)