summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXavierCLL2020-07-19 23:35:50 -0700
committerXavierCLL2020-07-19 23:35:50 -0700
commit289f01e11510a0176d24b43045ed81845907d115 (patch)
treefdc56cda847108218d7d4aada9f8c309c7aae741 /PKGBUILD
parent7a040610603895e8226bd6b056956cf3d2d6e782 (diff)
downloadaur-python-django-auth-ldap.tar.gz
v2.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"