summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2024-02-14 21:30:18 -0500
committerAndrew Sun2024-02-14 21:30:18 -0500
commit6961a3741c88652ff1ce4addac4ec45c16963ee7 (patch)
treeb223361ef7f05c374b1fcca66278855916e60c8d /PKGBUILD
parent08cd11fd84b5c029f365743bd63d29d7b2c208ed (diff)
downloadaur-6961a3741c88652ff1ce4addac4ec45c16963ee7.tar.gz
3.37.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e65cba38f6d..0b32100c15a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.36.0
+pkgver=3.37.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=('7693954a9ee3d69d09a0914c934ebcf4b4f47f016baa5c33612a03e367ee65a3')
+sha256sums=('87cd4cc191bca5912138c1f992589c735e13436208db10f2de5831efbebc83a7')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"