summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2021-10-11 18:42:27 -0400
committerAndrew Sun2021-10-11 18:42:27 -0400
commit3e5f4527f74166109ea6339df41bce1f0653be7a (patch)
tree168fecbd2b97a20453cfa1d1617db9a71660a404 /PKGBUILD
parent642f663098b305f8bf6ebe1d85c75c7f0480350d (diff)
downloadaur-3e5f4527f74166109ea6339df41bce1f0653be7a.tar.gz
3.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 289b32865360..fe4d3f43518e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.0.2
+pkgver=3.0.3
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-six' 'python-requests' 'python-pyjwt')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('765b577b37edac70c513179607f1c09de7b287baa855165c9dd68de076d67f16')
+sha256sums=('f608ce7772dca3c2c8de22b4e89fadae82de7e326f18df3440c99ecac0ae5f55')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"