summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKelsey Maes2018-01-23 22:05:48 -0800
committerKelsey Maes2018-01-23 22:05:48 -0800
commit335752e31e838e5ca8bf07430f6169f2c226c78a (patch)
treed09e27b84dd0e5a8f58ddf3f5d4b8f22081c2d4b
parent9c29c6e9ec3048de6c63dd7d678eb13029490216 (diff)
downloadaur-335752e31e838e5ca8bf07430f6169f2c226c78a.tar.gz
Update to 2.0.25
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa7bca192230..4a2c89334feb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-azure-cli
pkgdesc = Microsoft Azure Command-Line Tools
- pkgver = 2.0.22
+ pkgver = 2.0.25
pkgrel = 1
url = https://github.com/Azure/azure-cli
arch = any
@@ -12,11 +12,13 @@ pkgbase = python-azure-cli
depends = python-colorama
depends = python-humanfriendly
depends = python-jmespath
+ depends = python-knack
+ depends = python-pytz
depends = python-scp
depends = python-sshtunnel
depends = python-tabulate
- source = https://github.com/Azure/azure-cli/archive/azure-cli-2.0.22.tar.gz
- md5sums = c3dbdac6a2c5a0965405bd43ef58c67c
+ source = https://github.com/Azure/azure-cli/archive/azure-cli-2.0.25.tar.gz
+ md5sums = d76fada6e41307ca866023a0eb040c6e
pkgname = python-azure-cli
diff --git a/PKGBUILD b/PKGBUILD
index 956d17c37d4a..e2a3979a6165 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
_name=azure-cli
pkgname=python-$_name
-pkgver=2.0.22
+pkgver=2.0.25
pkgrel=1
pkgdesc="Microsoft Azure Command-Line Tools"
arch=('any')
url="https://github.com/Azure/azure-cli"
license=('MIT')
depends=('python-applicationinsights' 'python-argcomplete' 'python-azure'
- 'python-colorama' 'python-humanfriendly' 'python-jmespath' 'python-scp'
- 'python-sshtunnel' 'python-tabulate')
+ 'python-colorama' 'python-humanfriendly' 'python-jmespath' 'python-knack'
+ 'python-pytz' 'python-scp' 'python-sshtunnel' 'python-tabulate')
makedepends=('python-setuptools')
source=("https://github.com/Azure/azure-cli/archive/azure-cli-${pkgver}.tar.gz")
-md5sums=('c3dbdac6a2c5a0965405bd43ef58c67c')
+md5sums=('d76fada6e41307ca866023a0eb040c6e')
build() {
cd "$_name-$_name-$pkgver/src"