summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Mattern2017-02-11 11:03:50 +0100
committerPeter Mattern2017-02-11 11:03:50 +0100
commit3b53398a18034831f6cf6b7de23d2e4c6bd8ae41 (patch)
treeec9e7836e7c4370b8d4c2e678bb3db8cfb414701 /PKGBUILD
parent9f25ba16b323cc90beac1d584fb5890d744f9583 (diff)
downloadaur-3b53398a18034831f6cf6b7de23d2e4c6bd8ae41.tar.gz
Upstream update: release 1.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 882d46c51e02..4459c7e45c1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-social-auth-core
pkgname=($pkgbase 'python2-social-auth-core')
-pkgver=1.1.0
+pkgver=1.2.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=('833f4b2b737ac47a9d9e0974d1914b61c3195a90769acb0ae9eb8639a97dcdee')
+sha256sums=('e36e86cb950961d106180765c4ffcbc674d1014b8bb233fac5c0493b5cf14d9d')
prepare() {
cp -r social-core-$pkgver social-core-$pkgver-python2