summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29c9dc289e92..3dd6aa3c8aeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,26 +2,25 @@
# Contributor: Aetf <aetf at unlimitedcodeworks dot xyz>
pkgname=python-globus-cli
-pkgver=2.1.0.r97.gc0fa9e3
+pkgver=3.0.1
pkgrel=1
pkgdesc='CLI for Globus'
arch=('any')
url="https://globus.github.io/globus-cli"
license=('Apache')
depends=(
- 'python-globus-sdk=3.0.1'
+ 'python-globus-sdk=3.0.2'
'python-click>=8.0.0'
'python-click<9'
'python-jmespath=0.10.0'
- 'python-requests>=2.0.0'
+ 'python-requests>=2.19.1'
'python-requests<3.0.0'
- 'python-cryptography>=1.8.1'
- 'python-cryptography<35.0.0')
+ 'python-cryptography>=2.0'
+ 'python-cryptography<37')
makedepends=('python-setuptools' 'git')
provides=('globus-cli')
changelog=changelog.adoc
-## upstream updated dependencies without releasing a new version
-source=("$pkgname-$pkgver::git+https://github.com/globus/globus-cli#commit=c0fa9e38341927303be41acea27825a70a5dc6ce?signed")
+source=("$pkgname-$pkgver::git+https://github.com/globus/globus-cli#tag=$pkgver?signed")
sha256sums=('SKIP')
validpgpkeys=('FC694E40DC03A8B702D96372CF7E843C41E814C9')