summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hanna2019-10-26 20:21:14 +0200
committerSimon Hanna2019-10-26 20:21:14 +0200
commitdb2877fcd9686d7ff8d859fa93a6320ba8e4dede (patch)
treec29988810a307df14fa6d66a35976253d3229ae5
parentebe6bb438e0c09f1476a90087b5960fdf277116f (diff)
downloadaur-django-allauth.tar.gz
upgpkg: python-django-allauth 0.40.0-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c75a98b7a0a..c7535e4519e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Jul 14 10:35:09 UTC 2018
+# Sat Oct 26 18:21:14 UTC 2019
pkgbase = django-allauth
pkgdesc = Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.
- pkgver = 0.36.0
+ pkgver = 0.40.0
pkgrel = 1
url = http://www.intenct.nl/projects/django-allauth/
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://github.com/pennersr/django-allauth/archive/0.36.0.tar.gz
- sha256sums = c466b39c340c006ac616ff59b32acc8d5c48c48e35f88fc8d44c5794854063c7
+ source = https://github.com/pennersr/django-allauth/archive/0.40.0.tar.gz
+ sha256sums = b84c7b2c3c13f48a1b9f9c8b32ba77a3710c522045432aa639e0884307e27356
pkgname = python-django-allauth
depends = python
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'