summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2016-03-29 10:42:34 -0500
committerXavierCLL2016-03-29 10:42:34 -0500
commit06c7a2be84249e6cad9d3db7ac841bcca1727920 (patch)
tree94638832b2acfd82757a6e644f7577e72413e8c6
parentce78664aca313660097d2095ea0de229a8538bfb (diff)
downloadaur-06c7a2be84249e6cad9d3db7ac841bcca1727920.tar.gz
Update version 1.2.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d73502f1ad3..9aee61bf1e48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Mar 29 15:42:03 UTC 2016
pkgbase = python-django-auth-ldap
pkgdesc = This is a Django authentication backend that authenticates against an LDAP service.
- pkgver = 1.2.6
+ pkgver = 1.2.7
pkgrel = 1
url = https://pypi.python.org/pypi/django-auth-ldap
arch = any
@@ -8,8 +10,8 @@ pkgbase = python-django-auth-ldap
makedepends = python-setuptools
depends = python
depends = python-django
- source = http://pypi.python.org/packages/source/d/django-auth-ldap/django-auth-ldap-1.2.6.tar.gz
- md5sums = 20096f0780823d73a0b839b7a31a0e60
+ source = http://pypi.python.org/packages/source/d/django-auth-ldap/django-auth-ldap-1.2.7.tar.gz
+ md5sums = faec4c18ac1257861b299af8b22023e0
pkgname = python-django-auth-ldap
diff --git a/PKGBUILD b/PKGBUILD
index f0db2b39d6f0..8698ee5e6f7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
pkgname=python-django-auth-ldap
_pkgname=django-auth-ldap
-pkgver=1.2.6
-_pkgver=1.2.6
+pkgver=1.2.7
+_pkgver=1.2.7
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=(http://pypi.python.org/packages/source/d/django-auth-ldap/$_pkgname-$_pkgver.tar.gz)
-md5sums=('20096f0780823d73a0b839b7a31a0e60')
+md5sums=('faec4c18ac1257861b299af8b22023e0')
package() {
cd "$srcdir/$_pkgname-$_pkgver"