summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2023-06-22 18:28:47 -0400
committerAndrew Sun2023-06-22 18:28:47 -0400
commit31a58b22132980a9f234e86bfc418696fdcc0438 (patch)
tree86b837027fb28d04b977103e2ad5c958f2b7af68 /PKGBUILD
parent72a7a360d188f1e9c507c6e67edb52450ae1c109 (diff)
downloadaur-31a58b22132980a9f234e86bfc418696fdcc0438.tar.gz
3.22.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 302257d16958..f16c63586640 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.21.0
+pkgver=3.22.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')
@@ -12,7 +12,7 @@ license=('Apache')
depends=('python' 'python-cryptography' 'python-six' 'python-requests' 'python-pyjwt' 'python-typing_extensions')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('5ef0286fcd6eb479ea782f5bc4d78c600ac8ce503cf773904d0c6c603a770df2')
+sha256sums=('5d72e0c2fde6d4559fbf0bbd68c8ca94cf313172b9f585c93e1c281766d32bf6')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"