summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2018-01-12 10:17:43 -0500
committerXavierCLL2018-01-12 10:17:43 -0500
commit7df737f541d907fc31264c92f454942007257005 (patch)
tree5dae8ca646db5460fc691d7e254c8104eb464b37
parent371eb7e2501de4270686fa10dfc1188d09f160fb (diff)
downloadaur-7df737f541d907fc31264c92f454942007257005.tar.gz
Updated version to 1.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 113556341ffb..8b40772ac548 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.2.13
+ pkgver = 1.3.0
pkgrel = 1
url = https://pypi.python.org/pypi/django-auth-ldap
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-django-auth-ldap
makedepends = python-setuptools
depends = python
depends = python-django
- source = https://bitbucket.org/psagers/django-auth-ldap/get/1.2.13.tar.bz2
- md5sums = 15403051da946e509d3bea081e988693
+ source = https://bitbucket.org/psagers/django-auth-ldap/get/1.3.0.tar.bz2
+ md5sums = e9790d0d7baeb26273364fcd37d6ee44
pkgname = python-django-auth-ldap
diff --git a/PKGBUILD b/PKGBUILD
index 6ceb2b486ffe..e6096da06c8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
pkgname=python-django-auth-ldap
_pkgname=django-auth-ldap
-pkgver=1.2.13
-_pkgver=1.2.13
+pkgver=1.3.0
+_pkgver=1.3.0
pkgrel=1
pkgdesc="This is a Django authentication backend that authenticates against an LDAP service."
arch=(any)
@@ -11,7 +11,7 @@ license=('LGPL')
depends=('python' 'python-django')
makedepends=('python-setuptools')
source=(https://bitbucket.org/psagers/django-auth-ldap/get/$_pkgver.tar.bz2)
-md5sums=('15403051da946e509d3bea081e988693')
+md5sums=('e9790d0d7baeb26273364fcd37d6ee44')
package() {
cd psagers-django-auth-ldap*