summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2020-07-19 23:35:50 -0700
committerXavierCLL2020-07-19 23:35:50 -0700
commit289f01e11510a0176d24b43045ed81845907d115 (patch)
treefdc56cda847108218d7d4aada9f8c309c7aae741
parent7a040610603895e8226bd6b056956cf3d2d6e782 (diff)
downloadaur-289f01e11510a0176d24b43045ed81845907d115.tar.gz
v2.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 506d802e1524..e078dd0c7ea4 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 = 2.1.1
+ pkgver = 2.2.0
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://github.com/django-auth-ldap/django-auth-ldap/archive/2.1.1.tar.gz
- md5sums = 586e5ddf652a6bd05d313264f193ef4f
+ source = https://github.com/django-auth-ldap/django-auth-ldap/archive/2.2.0.tar.gz
+ md5sums = d8d76eead85a8083e46faf763446a7ea
pkgname = python-django-auth-ldap
diff --git a/PKGBUILD b/PKGBUILD
index 7b3d38dd2375..3c72e9acae9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=python-django-auth-ldap
_pkgname=django-auth-ldap
-pkgver=2.1.1
+pkgver=2.2.0
pkgrel=1
pkgdesc="This is a Django authentication backend that authenticates against an LDAP service."
arch=(any)
@@ -10,7 +10,7 @@ license=('LGPL')
depends=('python' 'python-django' 'python-ldap')
makedepends=('python-setuptools')
source=("https://github.com/django-auth-ldap/django-auth-ldap/archive/$pkgver.tar.gz")
-md5sums=('586e5ddf652a6bd05d313264f193ef4f')
+md5sums=('d8d76eead85a8083e46faf763446a7ea')
package() {
cd "$_pkgname-$pkgver"