summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ca28f655fbf..1970f29c1467 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_name=azure-cli
pkgname=python-$_name
pkgver=2.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Microsoft Azure Command-Line Tools"
arch=('any')
url="https://github.com/Azure/azure-cli"
license=('MIT')
depends=('fabric' 'python-antlr4' 'python-applicationinsights' 'python-argcomplete'
'python-azure-git' 'python-azure-multiapi-storage' 'python-colorama'
- 'python-humanfriendly' 'python-jmespath' 'python-knack'
+ 'python-humanfriendly' 'python-jmespath' 'python-knack' 'python-pkginfo'
'python-pyopenssl' 'python-pytz' 'python-scp' 'python-sshtunnel'
'python-tabulate' 'python-vsts-cd-manager' 'python-wheel' 'python-yaml')
makedepends=('git' 'python-setuptools')