summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2022-03-19 14:50:53 -0400
committerAndrew Sun2022-03-19 14:50:53 -0400
commit0268e3858e184a3584c3bb68d9147caac4d982a2 (patch)
treea83e89aea5731c80c8d44e590770e7aa495c798e /PKGBUILD
parentec65921f3ff69cd5b9138d0d2b6eb0711d436586 (diff)
downloadaur-0268e3858e184a3584c3bb68d9147caac4d982a2.tar.gz
3.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d44090023d1..7d22ad3b7b3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.5.0
+pkgver=3.6.0
pkgrel=1
pkgdesc="This SDK provides a convenient Pythonic interface to Globus REST APIs, including the Transfer API and the Globus Auth API."
arch=('any')
@@ -11,7 +11,7 @@ url="https://github.com/globus/globus-sdk-python"
license=('Apache')
depends=('python-cryptography' 'python-six' 'python-requests' 'python-pyjwt')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('505e8ad9f15aac86ba17a755a2ffa531b7f4cf65b91f79472c13614a4c53a578')
+sha256sums=('83ab87e0e3373bf05193e1bb91c91b28b4da71167238e84c6d0a1cdf02ae2455')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"