summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2022-07-19 18:24:14 +0100
committerEric Engestrom2022-07-19 18:24:14 +0100
commit16bd94f482bf68a660b657d0580db15b83b9e09f (patch)
tree7918cd9fb5636596b7a493d7c9bbfd2bd4fd9a14
parentde5651c6e10c822168ce2a61bf483612aeb826c2 (diff)
downloadaur-coccigrep-git.tar.gz
add missing `git` makedepend
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ccf135777d6..1cd8c0a1dad5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,11 +5,11 @@ pkgbase = coccigrep-git
url = http://home.regit.org/software/coccigrep/
arch = any
license = GPL3
+ makedepends = git
makedepends = python-setuptools
depends = coccinelle
provides = coccigrep=1.20
- source = https://github.com/regit/coccigrep
+ source = git+https://github.com/regit/coccigrep
md5sums = SKIP
pkgname = coccigrep-git
-
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%+*}")