summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2022-11-22 20:50:25 -0500
committerAndrew Sun2022-11-22 20:50:25 -0500
commitc0bce87beaacb6d261bf0d2a9606883cce3cd3eb (patch)
treec95d2ef165554e7745d997f74f76a49f92b84e31 /PKGBUILD
parentbbdbeb98f73d680cf81a30142c9f7ac211404a34 (diff)
downloadaur-c0bce87beaacb6d261bf0d2a9606883cce3cd3eb.tar.gz
3.15.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 532c7132fd18..ca0a965858aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.14.0
+pkgver=3.15.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-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=('ea168a8f08fc2f2039141cab0b6ac3d79738b194eced0c7bf16fbaa39b807b95')
+sha256sums=('2eca5414a130d36e63b5e918a110b8058d433b43b66eee2888e9af1d833907e4')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"