summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2024-01-02 15:23:31 -0500
committerAndrew Sun2024-01-02 15:23:31 -0500
commit778a6f10edc311231ad216eb5c7f90c166375ddd (patch)
tree50eff9be279263150b726109a105871c356e72a2 /PKGBUILD
parentb9e840587e98b2bc37f260de312f14f4e7264ade (diff)
downloadaur-778a6f10edc311231ad216eb5c7f90c166375ddd.tar.gz
3.34.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22bf5ddc0285..6d9d5868c532 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.33.0.post0
+pkgver=3.34.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=('e5a99aedf4dbc8a8230bafb06b9e52475fdc7f54b97943474500ac5fc64d250b')
+sha256sums=('4db2ff439de9bd650bc2ba2d7c00614bd3dee34bd9b79da708951b8148236a36')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"