summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2016-03-28 20:17:01 +0200
committerJakob Gahde2016-03-28 20:17:01 +0200
commit809a6a8a0e5073fc0d58f783f4b21b1c93108d3b (patch)
treef6dee8c33fca07ca05fb57d96208a489a494fbe6
parent7955bbc747a7fd1cc289d4785d586c9d9fde3674 (diff)
downloadaur-809a6a8a0e5073fc0d58f783f4b21b1c93108d3b.tar.gz
0.25.2-1: Version update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbb7face21cf..98464730d39c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Dec 30 21:05:25 UTC 2015
+# Mon Mar 28 18:16:36 UTC 2016
pkgbase = django-allauth
pkgdesc = Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.
- pkgver = 0.24.1
+ pkgver = 0.25.2
pkgrel = 1
url = http://www.intenct.nl/projects/django-allauth/
arch = any
@@ -19,8 +19,8 @@ pkgbase = django-allauth
makedepends = python2-openid
makedepends = python2-requests-oauthlib
makedepends = python2-requests
- source = https://github.com/pennersr/django-allauth/archive/0.24.1.tar.gz
- md5sums = 5bcece1721fcf1f05f5df2d8b36ae7dc
+ source = https://github.com/pennersr/django-allauth/archive/0.25.2.tar.gz
+ md5sums = 126722ca1b7d9d06adab6f7cf3af6062
pkgname = python-django-allauth
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 95003de37109..8dd82a6f9779 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=django-allauth
pkgname=('python-django-allauth' 'python2-django-allauth')
-pkgver=0.24.1
+pkgver=0.25.2
pkgrel=1
pkgdesc="Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication."
arch=('any')
@@ -13,7 +13,7 @@ makedepends=('python' 'python-setuptools' 'python-django' 'python-openid'
'python2-setuptools' 'python2-django' 'python2-openid'
'python2-requests-oauthlib' 'python2-requests')
source=("https://github.com/pennersr/${pkgbase}/archive/${pkgver}.tar.gz")
-md5sums=('5bcece1721fcf1f05f5df2d8b36ae7dc')
+md5sums=('126722ca1b7d9d06adab6f7cf3af6062')
package_python-django-allauth() {
depends=('python' 'python-django' 'python-openid' 'python-requests-oauthlib'