summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hanna2017-05-27 02:58:07 +0200
committerSimon Hanna2017-05-27 02:58:07 +0200
commitf38e690335d9dea92b95be8650dc4d1903a3af13 (patch)
treead69ae77b28eb2af11a63d00f9d3ce1f7dd4a4e4
parentbc1f97540b9362b37ed5d370b6dc07ffba88c8f6 (diff)
downloadaur-f38e690335d9dea92b95be8650dc4d1903a3af13.tar.gz
upgpkg: python-django-allauth 0.32.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 be36830d1289..3e8941da050d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Jan 27 22:47:01 UTC 2017
+# Sat May 27 00:58:07 UTC 2017
pkgbase = django-allauth
pkgdesc = Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.
- pkgver = 0.30.0
+ pkgver = 0.32.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.30.0.tar.gz
- sha256sums = 6d1794e42b0e9652da4d41772fae7b1717f271a817203c2fc3301ee786ec768c
+ source = https://github.com/pennersr/django-allauth/archive/0.32.0.tar.gz
+ sha256sums = 6ac06a191afd1e23a2d2f37dae09fbfd35d0943cd217dce7b97f21861594815f
pkgname = python-django-allauth
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 3d5ef7972eeb..2e85cba828df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=django-allauth
pkgname=('python-django-allauth' 'python2-django-allauth')
-pkgver=0.30.0
+pkgver=0.32.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=('6d1794e42b0e9652da4d41772fae7b1717f271a817203c2fc3301ee786ec768c')
+sha256sums=('6ac06a191afd1e23a2d2f37dae09fbfd35d0943cd217dce7b97f21861594815f')
package_python-django-allauth() {
depends=('python' 'python-django' 'python-openid' 'python-requests-oauthlib'