summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2024-02-12 17:51:00 -0500
committerAndrew Sun2024-02-12 17:51:00 -0500
commit08cd11fd84b5c029f365743bd63d29d7b2c208ed (patch)
tree75a08e9d6e9066214857cf9d201d0cda35156291 /PKGBUILD
parent5558e9f77260b2415431451316729046e2fe45c6 (diff)
downloadaur-08cd11fd84b5c029f365743bd63d29d7b2c208ed.tar.gz
3.36.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45a586ac2bbc..3e65cba38f6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.35.0
+pkgver=3.36.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=('9da40d5f251f98d89297c2a92abd9f24bfa3c041dfd0e957579884ef0c882cf2')
+sha256sums=('7693954a9ee3d69d09a0914c934ebcf4b4f47f016baa5c33612a03e367ee65a3')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"