summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2021-10-13 19:40:37 -0400
committerAndrew Sun2021-10-13 19:40:37 -0400
commit211923e9ddb019c270821db8c77b5082e59382c2 (patch)
tree3cf5070d19bb671dc1c40fd8ad976b35e09ef400 /PKGBUILD
parent3e5f4527f74166109ea6339df41bce1f0653be7a (diff)
downloadaur-211923e9ddb019c270821db8c77b5082e59382c2.tar.gz
3.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe4d3f43518e..6c174cab4204 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.0.3
+pkgver=3.1.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-six' 'python-requests' 'python-pyjwt')
+depends=('python-cryptography' 'python-six' 'python-requests' 'python-pyjwt')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('f608ce7772dca3c2c8de22b4e89fadae82de7e326f18df3440c99ecac0ae5f55')
+sha256sums=('22b0f54ea0528f0a6c9906c5f983519482b5f00c2d6f903225a77f52ad22ef28')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"