summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2021-06-15 10:07:37 +0200
committerAlphaJack2021-06-15 10:07:37 +0200
commit76039020f20c723fccd08999c1fa16a69442711b (patch)
tree0467dd661a85fbddad46923f842afc03a8dbf3e2
parentc013265883a4468d90d4dcf6d049ebe1b4f45749 (diff)
downloadaur-76039020f20c723fccd08999c1fa16a69442711b.tar.gz
Added git dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c61c7ccede17..53f69c1506b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = python-django-recaptcha-git
arch = any
license = BSD3
makedepends = python-setuptools
+ makedepends = git
depends = python-django
provides = python-django-recaptcha
source = git+https://github.com/praekelt/django-recaptcha
diff --git a/PKGBUILD b/PKGBUILD
index ba31b76f33d1..2d632d1abb97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=("BSD3")
arch=("any")
provides=("python-django-recaptcha")
depends=("python-django")
-makedepends=("python-setuptools")
+makedepends=("python-setuptools" "git")
source=("git+$url")
sha256sums=("SKIP")