summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b643c2be566..07646aed20fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Peter Mattern <pmattern at arcor dot de>
pkgname=python-social-auth-core
-pkgver=4.1.0
+pkgver=4.2.0
pkgrel=1
pkgdesc='Python Social Auth core component'
arch=('any')
@@ -12,7 +12,7 @@ depends=('python-six' 'python-defusedxml' 'python-pyjwt' 'python-jose' 'python-r
'python-openid' 'python-cryptography' 'python3-saml')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('3398690b33e42f6be8637742f5b737d86aa406e8c966ef717a2dafa4afdce213')
+sha256sums=('c192943c738bb97a9fb679c4edc71c6ac8355509d60c6084bb4c844814fb8a1f')
build() {
cd social-core-"${pkgver}"