summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2021-09-15 18:20:57 -0400
committerAndrew Sun2021-09-15 18:20:57 -0400
commitafa2d5ded53f64c1a41c0d96713ca12b8226ccaf (patch)
treebb2b4347d1be55091d2b7ffc1e4c6d2cd6d01824 /PKGBUILD
parent1d1a4c0c4cd43beae0365db40869b0c865a92c87 (diff)
downloadaur-afa2d5ded53f64c1a41c0d96713ca12b8226ccaf.tar.gz
3.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b73259acb484..f918c978231e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.0.0
+pkgver=3.0.1
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=('cde28aae0bf2193785b37639d9f9d0715a3c15d061f7d92a64fdb4167a4326c7')
+sha256sums=('d1bfbc2fa211524673ce693078e67f3270cef68d7dad564e767f04ec0af45356')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"