summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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%+*}")