summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2023-11-10 10:56:34 -0500
committerAndrew Sun2023-11-10 10:56:34 -0500
commit6582ef07760c4601121a5b89e41aea2e8c2d6821 (patch)
tree24b51e1bc298e854482412d118bb831028a96007 /PKGBUILD
parent33b52ff64bf898846c3cc3141c14ebc57207352a (diff)
downloadaur-6582ef07760c4601121a5b89e41aea2e8c2d6821.tar.gz
3.32.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2230c8bcf81..d332d0625569 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.31.0
+pkgver=3.32.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=('5f077a8e532828a137a54f2858e63695af16d02577de058278da4ec873556cc1')
+sha256sums=('fe9df4ca2f2d16bbf40098df482e1713070946c70e2d6ec6a687c7086c1b559c')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"