summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2024-03-07 08:24:06 -0500
committerAndrew Sun2024-03-07 08:24:06 -0500
commit24cde4c8943d7f7f98e7a409ed9708b70b539478 (patch)
tree64a8ff94e705a5973192c62185aea87caf08d6ff /PKGBUILD
parent83893f6db3ba9f64c0e6e3b3670e487279591b8a (diff)
downloadaur-24cde4c8943d7f7f98e7a409ed9708b70b539478.tar.gz
3.39.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b40076e58782..37543fc1cd8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.38.0
+pkgver=3.39.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=('b83faacc103e3d3d3ac2ae33fd73a20a09d4d566cfa0cb03716b3fd8f51adcff')
+sha256sums=('10af5291ba261e817665d5951948206232ecebccdc2aa8adc0528f0031ab80c3')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"