summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2022-09-25 11:51:48 -0400
committerAndrew Sun2022-09-25 11:51:48 -0400
commitd643f1fee5ac05a7f852638606b4bc484f784888 (patch)
treedd909c9f95c8613cfe4bb1078d54f3d15498e42d /PKGBUILD
parent2ca3030a3ef5b772c26e297cf9e767c4efb494a0 (diff)
downloadaur-d643f1fee5ac05a7f852638606b4bc484f784888.tar.gz
3.12.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e9cccbdb672..479d194011ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,16 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.11.0
+pkgver=3.12.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')
+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=('851f4fc8815460df46bb31a9b689fb2527950ebff3256feeef9f8ef25d7d0b53')
+sha256sums=('36cbe4f8190f7d505e6466c7d35a4c2b4bb4d7e65a7f29af6c9ece6148952269')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"