summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2023-12-29 07:44:47 -0500
committerAndrew Sun2023-12-29 07:44:47 -0500
commitb9e840587e98b2bc37f260de312f14f4e7264ade (patch)
treebda73ff12bd5cd677e825f5f46ef93c490ef5701 /PKGBUILD
parente5a1c599a489151812c4dac479ef2dc4eca4621d (diff)
downloadaur-b9e840587e98b2bc37f260de312f14f4e7264ade.tar.gz
3.33.0.post0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d49fe31a6419..22bf5ddc0285 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.33.0
+pkgver=3.33.0.post0
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=('38b048590cf7bbd01c5ac82346401c3f42c3f105c81421d61bcb771aa788f481')
+sha256sums=('e5a99aedf4dbc8a8230bafb06b9e52475fdc7f54b97943474500ac5fc64d250b')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"