summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2018-05-02 10:45:48 +0430
committerXavierCLL2018-05-02 10:45:48 +0430
commit289d25003fbee94d5d2a1dcc7a2a8e22e2a621fd (patch)
tree8516a350f717cb163f49d05393431fcd34fa1e89
parent272956976d1e7afe6edd8b0a17e780a78cf44f3a (diff)
downloadaur-289d25003fbee94d5d2a1dcc7a2a8e22e2a621fd.tar.gz
Updated to 1.5
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c521e497992..2730084b6152 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-auth-ldap
pkgdesc = This is a Django authentication backend that authenticates against an LDAP service.
- pkgver = 1.3.0
+ pkgver = 1.5.0
pkgrel = 1
url = https://pypi.python.org/pypi/django-auth-ldap
arch = any
@@ -8,8 +8,9 @@ pkgbase = python-django-auth-ldap
makedepends = python-setuptools
depends = python
depends = python-django
- source = https://files.pythonhosted.org/packages/32/67/f13dcca1aae0fa6ae06d36a73137cfe80b67ed7c52fd75b5d76480c665b1/django-auth-ldap-1.3.0.tar.gz
- md5sums = 28c82540580b08388fe56082b152f82f
+ depends = python-ldap
+ source = https://files.pythonhosted.org/packages/0f/d8/5295b55c12b99173a01a960fd0027548f995230714b8f636499bdf76e1fa/django-auth-ldap-1.5.0.tar.gz
+ md5sums = 519ef7b44de31a4b4c113b517fce0e02
pkgname = python-django-auth-ldap
diff --git a/PKGBUILD b/PKGBUILD
index 27fad685818a..d8cd70bb61f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
pkgname=python-django-auth-ldap
_pkgname=django-auth-ldap
-pkgver=1.3.0
-_pkgver=1.3.0
+pkgver=1.5.0
+_pkgver=1.5.0
pkgrel=1
pkgdesc="This is a Django authentication backend that authenticates against an LDAP service."
arch=(any)
url="https://pypi.python.org/pypi/django-auth-ldap"
license=('LGPL')
-depends=('python' 'python-django')
+depends=('python' 'python-django' 'python-ldap')
makedepends=('python-setuptools')
-source=(https://files.pythonhosted.org/packages/32/67/f13dcca1aae0fa6ae06d36a73137cfe80b67ed7c52fd75b5d76480c665b1/$_pkgname-$_pkgver.tar.gz)
-md5sums=('28c82540580b08388fe56082b152f82f')
+source=(https://files.pythonhosted.org/packages/0f/d8/5295b55c12b99173a01a960fd0027548f995230714b8f636499bdf76e1fa/django-auth-ldap-1.5.0.tar.gz)
+md5sums=('519ef7b44de31a4b4c113b517fce0e02')
package() {
cd "$_pkgname-$_pkgver"