summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2023-04-14 11:53:43 -0400
committerAndrew Sun2023-04-14 11:53:43 -0400
commit7e12b1baf93d21efbd92b49b2339b52ca436d05d (patch)
tree76ca3a5e34dec6fea31c12cf3f6e396cf101a734 /PKGBUILD
parent21d7c217e96a0c995124b8958c5bb34394362d84 (diff)
downloadaur-7e12b1baf93d21efbd92b49b2339b52ca436d05d.tar.gz
3.19.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42715f8a931d..e2325ced441e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=globus-sdk
pkgname=python-globus-sdk
-pkgver=3.18.0
+pkgver=3.19.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=('5eea8de8b21802d655c237b87c4f29668d7d8486745dcc4820e37caaa41bcfc2')
+sha256sums=('2113b98ff200633f56922424c90374280afea19052af1618547572534150c70a')
prepare() {
cd "${srcdir}/${_name}-${pkgver}"