summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Mattern2017-01-31 17:22:03 +0100
committerPeter Mattern2017-01-31 17:22:03 +0100
commit9f25ba16b323cc90beac1d584fb5890d744f9583 (patch)
tree0fa9a7c9921d295e12eaecdd1b8b4cb408b43b36 /PKGBUILD
parent3ada0bd1c3fb2941fe569f8567a14bb3f0e31b97 (diff)
downloadaur-9f25ba16b323cc90beac1d584fb5890d744f9583.tar.gz
Upstream update: release 1.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae16fb594b83..882d46c51e02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-social-auth-core
pkgname=($pkgbase 'python2-social-auth-core')
-pkgver=1.0.1
+pkgver=1.1.0
pkgrel=1
pkgdesc='Core component of the python-social-auth ecosystem'
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools' 'python2-setuptools'
'python-defusedxml' 'python-six' 'python-pyjwt' 'python-requests-oauthlib' 'python-openid'
'python2-defusedxml' 'python2-six' 'python2-pyjwt' 'python2-requests-oauthlib' 'python2-openid')
source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-social-auth/social-core/archive/$pkgver.tar.gz")
-sha256sums=('becdae55c3d050ec456844f282e6b468df0847b131e615017019ca97b631d972')
+sha256sums=('833f4b2b737ac47a9d9e0974d1914b61c3195a90769acb0ae9eb8639a97dcdee')
prepare() {
cp -r social-core-$pkgver social-core-$pkgver-python2