summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2024-04-15 16:14:25 -0400
committerAndrew Sun2024-04-15 16:14:25 -0400
commit02d66c05a8ea4631a845d5a338fc50b4081df4d0 (patch)
tree466aef5368e6304001ebd358c8db590b0120ed76 /PKGBUILD
parent24cde4c8943d7f7f98e7a409ed9708b70b539478 (diff)
downloadaur-02d66c05a8ea4631a845d5a338fc50b4081df4d0.tar.gz
3.40.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37543fc1cd8d..1d42dd8f9cb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Andrew Sun <adsun701@ at mail dot com>
# Contributor: Aetf <aetf at unlimitedcodeworks dot xyz>
-_name=globus-sdk
+_name=globus_sdk
pkgname=python-globus-sdk
-pkgver=3.39.0
+pkgver=3.40.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=('10af5291ba261e817665d5951948206232ecebccdc2aa8adc0528f0031ab80c3')
+sha256sums=('6394f01c35b2b3275622f4f7c194eaf6750cb6c1e82cb2448dac2eb4ec394d75')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"