summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2017-06-28 18:23:23 -0500
committerXavierCLL2017-06-28 18:23:23 -0500
commit371eb7e2501de4270686fa10dfc1188d09f160fb (patch)
treea535134e4dbf1ac24d546999b85de41f70888186
parent06c7a2be84249e6cad9d3db7ac841bcca1727920 (diff)
downloadaur-371eb7e2501de4270686fa10dfc1188d09f160fb.tar.gz
update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9aee61bf1e48..113556341ffb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# 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.7
+ pkgver = 1.2.13
pkgrel = 1
url = https://pypi.python.org/pypi/django-auth-ldap
arch = any
@@ -10,8 +8,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.7.tar.gz
- md5sums = faec4c18ac1257861b299af8b22023e0
+ source = https://bitbucket.org/psagers/django-auth-ldap/get/1.2.13.tar.bz2
+ md5sums = 15403051da946e509d3bea081e988693
pkgname = python-django-auth-ldap
diff --git a/PKGBUILD b/PKGBUILD
index 8698ee5e6f7b..6ceb2b486ffe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
pkgname=python-django-auth-ldap
_pkgname=django-auth-ldap
-pkgver=1.2.7
-_pkgver=1.2.7
+pkgver=1.2.13
+_pkgver=1.2.13
pkgrel=1
pkgdesc="This is a Django authentication backend that authenticates against an LDAP service."
arch=(any)
@@ -10,11 +10,11 @@ url="https://pypi.python.org/pypi/django-auth-ldap"
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=('faec4c18ac1257861b299af8b22023e0')
+source=(https://bitbucket.org/psagers/django-auth-ldap/get/$_pkgver.tar.bz2)
+md5sums=('15403051da946e509d3bea081e988693')
package() {
- cd "$srcdir/$_pkgname-$_pkgver"
+ cd psagers-django-auth-ldap*
python setup.py build
python setup.py install --root=$pkgdir
}