summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2022-10-13 12:49:40 -0400
committerAndrew Sun2022-10-13 12:49:40 -0400
commite0300e93807dbb003d33eec8b50d44316697fddf (patch)
treebd2b33c8a2bceadea4f61441b04ed9f013264667 /PKGBUILD
parentd643f1fee5ac05a7f852638606b4bc484f784888 (diff)
downloadaur-e0300e93807dbb003d33eec8b50d44316697fddf.tar.gz
3.13.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 479d194011ac..4af54152a5fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.12.0
+pkgver=3.13.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=('36cbe4f8190f7d505e6466c7d35a4c2b4bb4d7e65a7f29af6c9ece6148952269')
+sha256sums=('2a36db5e92adbe47a9e9bec96c8b43492a6951b87821c4d1eed15aa7e893d874')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"