summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 82f6ccd97c9f..6014363d9cd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=azure-cli
pkgname=python-$_name
-pkgver=2.0.28
+pkgver=2.0.30
pkgrel=1
pkgdesc="Microsoft Azure Command-Line Tools"
arch=('any')
@@ -10,10 +10,11 @@ url="https://github.com/Azure/azure-cli"
license=('MIT')
depends=('python-applicationinsights' 'python-argcomplete' 'python-azure'
'python-colorama' 'python-humanfriendly' 'python-jmespath' 'python-knack'
- 'python-pytz' 'python-scp' 'python-sshtunnel' 'python-tabulate')
+ 'python-pyopenssl' 'python-pytz' 'python-scp' 'python-sshtunnel'
+ 'python-tabulate' 'python-vsts-cd-manager')
makedepends=('git' 'python-setuptools')
source=("https://github.com/Azure/azure-cli/archive/azure-cli-${pkgver}.tar.gz")
-md5sums=('f1cb3ce23f52fb3c8410e72f0c57403b')
+md5sums=('84900aeb789497c09a0375ec45512fb7')
build() {
cd "$_name-$_name-$pkgver/src"