summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2022-03-03 05:50:50 -0500
committerAndrew Sun2022-03-03 05:50:50 -0500
commitec65921f3ff69cd5b9138d0d2b6eb0711d436586 (patch)
tree23639d55bb601fd69e1edbde7364c0c5dded7fc7 /PKGBUILD
parent07fbf8b8ae23cee3c4768ab506621410cc5d6b9e (diff)
downloadaur-ec65921f3ff69cd5b9138d0d2b6eb0711d436586.tar.gz
3.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8491d77a8323..5d44090023d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.4.2
+pkgver=3.5.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')
@@ -11,7 +11,7 @@ url="https://github.com/globus/globus-sdk-python"
license=('Apache')
depends=('python-cryptography' 'python-six' 'python-requests' 'python-pyjwt')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('bc3568217976ab5142fe56480aa3a9f242581ce2888f2e2e6ed8903e0dee3528')
+sha256sums=('505e8ad9f15aac86ba17a755a2ffa531b7f4cf65b91f79472c13614a4c53a578')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"