summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2018-06-30 12:19:04 -0500
committerXavierCLL2018-06-30 12:19:04 -0500
commitf24712769a6ebd75dae8bfcd8bae44775d26c503 (patch)
tree832bbc3d90dcfb752c66f234e1e5ce9354a718f6
parent289d25003fbee94d5d2a1dcc7a2a8e22e2a621fd (diff)
downloadaur-f24712769a6ebd75dae8bfcd8bae44775d26c503.tar.gz
Updated to 1.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2730084b6152..0d58fb6e09c1 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.5.0
+ pkgver = 1.6.1
pkgrel = 1
url = https://pypi.python.org/pypi/django-auth-ldap
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-django-auth-ldap
depends = python
depends = python-django
depends = python-ldap
- source = https://files.pythonhosted.org/packages/0f/d8/5295b55c12b99173a01a960fd0027548f995230714b8f636499bdf76e1fa/django-auth-ldap-1.5.0.tar.gz
- md5sums = 519ef7b44de31a4b4c113b517fce0e02
+ source = https://files.pythonhosted.org/packages/c6/ae/531e3577427d7aa6b296ef52668838bfddd3eafc4f3976afb8f940ec5bfb/django-auth-ldap-1.6.1.tar.gz
+ md5sums = 840a31a20f82978eaded84990648dcbd
pkgname = python-django-auth-ldap
diff --git a/PKGBUILD b/PKGBUILD
index d8cd70bb61f8..b55d1c3e733d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
pkgname=python-django-auth-ldap
_pkgname=django-auth-ldap
-pkgver=1.5.0
-_pkgver=1.5.0
+pkgver=1.6.1
+_pkgver=1.6.1
pkgrel=1
pkgdesc="This is a Django authentication backend that authenticates against an LDAP service."
arch=(any)
@@ -10,8 +10,8 @@ url="https://pypi.python.org/pypi/django-auth-ldap"
license=('LGPL')
depends=('python' 'python-django' 'python-ldap')
makedepends=('python-setuptools')
-source=(https://files.pythonhosted.org/packages/0f/d8/5295b55c12b99173a01a960fd0027548f995230714b8f636499bdf76e1fa/django-auth-ldap-1.5.0.tar.gz)
-md5sums=('519ef7b44de31a4b4c113b517fce0e02')
+source=(https://files.pythonhosted.org/packages/c6/ae/531e3577427d7aa6b296ef52668838bfddd3eafc4f3976afb8f940ec5bfb/django-auth-ldap-1.6.1.tar.gz)
+md5sums=('840a31a20f82978eaded84990648dcbd')
package() {
cd "$_pkgname-$_pkgver"