summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2024-03-01 13:24:25 -0500
committerAndrew Sun2024-03-01 13:24:25 -0500
commit83893f6db3ba9f64c0e6e3b3670e487279591b8a (patch)
treeca535993da384b44e917a13a402af95f332043f0 /PKGBUILD
parent6961a3741c88652ff1ce4addac4ec45c16963ee7 (diff)
downloadaur-83893f6db3ba9f64c0e6e3b3670e487279591b8a.tar.gz
3.38.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b32100c15a2..b40076e58782 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.37.0
+pkgver=3.38.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=('87cd4cc191bca5912138c1f992589c735e13436208db10f2de5831efbebc83a7')
+sha256sums=('b83faacc103e3d3d3ac2ae33fd73a20a09d4d566cfa0cb03716b3fd8f51adcff')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"