summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2022-12-13 13:35:55 -0500
committerAndrew Sun2022-12-13 13:35:55 -0500
commitb106065fb88880839b88481a5d856305fb66f13f (patch)
treed5d9deb1b64c68b64084058d3271b2f48da869eb /PKGBUILD
parentc0bce87beaacb6d261bf0d2a9606883cce3cd3eb (diff)
downloadaur-b106065fb88880839b88481a5d856305fb66f13f.tar.gz
3.15.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca0a965858aa..45a5da81c0d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.15.0
+pkgver=3.15.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')
@@ -12,7 +12,7 @@ license=('Apache')
depends=('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=('2eca5414a130d36e63b5e918a110b8058d433b43b66eee2888e9af1d833907e4')
+sha256sums=('4945db39968cec6382ef0a44fc72ec05a8516113c9f2f6543ec0325fff47ca89')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"