summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Hanna2019-10-26 20:21:14 +0200
committerSimon Hanna2019-10-26 20:21:14 +0200
commitdb2877fcd9686d7ff8d859fa93a6320ba8e4dede (patch)
treec29988810a307df14fa6d66a35976253d3229ae5 /PKGBUILD
parentebe6bb438e0c09f1476a90087b5960fdf277116f (diff)
downloadaur-django-allauth.tar.gz
upgpkg: python-django-allauth 0.40.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a4d50c3cfc5..84b146c1c5a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=django-allauth
pkgname=('python-django-allauth' 'python2-django-allauth')
-pkgver=0.36.0
+pkgver=0.40.0
pkgrel=1
pkgdesc="Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication."
arch=('any')
@@ -12,7 +12,7 @@ url="http://www.intenct.nl/projects/django-allauth/"
makedepends=('python-setuptools'
'python2-setuptools')
source=("https://github.com/pennersr/${pkgbase}/archive/${pkgver}.tar.gz")
-sha256sums=('c466b39c340c006ac616ff59b32acc8d5c48c48e35f88fc8d44c5794854063c7')
+sha256sums=('b84c7b2c3c13f48a1b9f9c8b32ba77a3710c522045432aa639e0884307e27356')
package_python-django-allauth() {
depends=('python' 'python-django>=1.11' 'python-openid' 'python-requests-oauthlib>=0.3.0'