summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2021-06-02 23:19:50 +0200
committerAlphaJack2021-06-02 23:19:56 +0200
commit717a3f6fd6bb10c3c046324e0cd0974a0aea90d2 (patch)
tree7612b527efdf2202c6aede5a5f263e1e444d8f57
parent83b67ac9d9ac39160e6a3c5ef872d85a4cadd27e (diff)
downloadaur-717a3f6fd6bb10c3c046324e0cd0974a0aea90d2.tar.gz
Updated package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1371c610111..6ff26447aa51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = python-django-recaptcha-git
license = BSD3
makedepends = python-setuptools
makedepends = python-wheel
- depends = mkdocs
+ depends = python-django
provides = python-django-recaptcha
source = git+https://github.com/praekelt/django-recaptcha
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7cb1ac722750..af6805b029d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/praekelt/django-recaptcha"
license=("BSD3")
arch=("any")
provides=("python-django-recaptcha")
-depends=("mkdocs")
+depends=("python-django")
makedepends=("python-setuptools" "python-wheel")
source=("git+$url")
sha256sums=("SKIP")