summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2023-03-16 20:48:27 -0400
committerAndrew Sun2023-03-16 20:48:27 -0400
commit21d7c217e96a0c995124b8958c5bb34394362d84 (patch)
treed0c616bf37eb91beb4f45703f8d07d70708078f2 /PKGBUILD
parent7b41fa1ad4ac512420e1b1b2457ad7293a53e418 (diff)
downloadaur-21d7c217e96a0c995124b8958c5bb34394362d84.tar.gz
3.18.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5127e808a3d9..42715f8a931d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.17.0
+pkgver=3.18.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')
url="https://github.com/globus/globus-sdk-python"
license=('Apache')
-depends=('python-cryptography' 'python-six' 'python-requests' 'python-pyjwt' 'python-typing_extensions')
+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=('d850b2a88463a0437024734e0a78a49ef896530ec94263b54614ca701960794c')
+sha256sums=('5eea8de8b21802d655c237b87c4f29668d7d8486745dcc4820e37caaa41bcfc2')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"