summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2023-08-14 16:01:53 -0400
committerAndrew Sun2023-08-14 16:01:53 -0400
commitc58349db340a1cd5c3b44a1a9a7361ad87858d5a (patch)
treee1ca8c27f86820f2a349ab6dca76f7851a1935b9 /PKGBUILD
parent3a290862fae4892f095698940fb1324e149053cb (diff)
downloadaur-c58349db340a1cd5c3b44a1a9a7361ad87858d5a.tar.gz
3.27.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1ea66a83af1..fe4e08e5161b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.26.0
+pkgver=3.27.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=('5a2bca267635c62e0f7c60fce10c47c7fd0fa8923c3363d44871c4abca8a68d1')
+sha256sums=('1e9afac3bcce7dd69199c6e85372b0d6cadcc0906b27129d88db7e41dc32f195')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"