summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Engestrom2022-07-19 18:24:14 +0100
committerEric Engestrom2022-07-19 18:24:14 +0100
commit16bd94f482bf68a660b657d0580db15b83b9e09f (patch)
tree7918cd9fb5636596b7a493d7c9bbfd2bd4fd9a14 /PKGBUILD
parentde5651c6e10c822168ce2a61bf483612aeb826c2 (diff)
downloadaur-coccigrep-git.tar.gz
add missing `git` makedepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7c8188cee86..cb8a1a7288eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url='http://home.regit.org/software/coccigrep/'
license=('GPL3')
depends=('coccinelle')
-makedepends=('python-setuptools')
+makedepends=('git' 'python-setuptools')
source=('git+https://github.com/regit/coccigrep')
md5sums=('SKIP')
provides=("coccigrep=${pkgver%+*}")