summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2021-09-29 16:07:37 -0400
committerAndrew Sun2021-09-29 16:07:37 -0400
commit642f663098b305f8bf6ebe1d85c75c7f0480350d (patch)
tree8df88977ceae2f6bafb7a78ae7eddcdd72c3e436 /PKGBUILD
parentafa2d5ded53f64c1a41c0d96713ca12b8226ccaf (diff)
downloadaur-642f663098b305f8bf6ebe1d85c75c7f0480350d.tar.gz
3.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f918c978231e..289b32865360 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.0.1
+pkgver=3.0.2
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=('d1bfbc2fa211524673ce693078e67f3270cef68d7dad564e767f04ec0af45356')
+sha256sums=('765b577b37edac70c513179607f1c09de7b287baa855165c9dd68de076d67f16')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"