summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKelsey Maes2018-06-09 09:02:00 -0700
committerKelsey Maes2018-06-09 09:02:00 -0700
commita11e207373dbd6059b79cda2480a16ee7fbb71b0 (patch)
treeb9730aadc3b4e0d39654f715a76cafcb97f085f7
parentbb205596d7c6654d9ecd7b69ceca4536f3f8834a (diff)
downloadaur-a11e207373dbd6059b79cda2480a16ee7fbb71b0.tar.gz
Update to 2.0.35
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03ad98c3f76c..43e47ef7e0b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-azure-cli
pkgdesc = Microsoft Azure Command-Line Tools
- pkgver = 2.0.31
+ pkgver = 2.0.35
pkgrel = 1
url = https://github.com/Azure/azure-cli
arch = any
@@ -20,8 +20,9 @@ pkgbase = python-azure-cli
depends = python-sshtunnel
depends = python-tabulate
depends = python-vsts-cd-manager
- source = https://github.com/Azure/azure-cli/archive/azure-cli-2.0.31.tar.gz
- md5sums = 2f66c14252420e44f87ed4011203e9c4
+ depends = python-yaml
+ source = https://github.com/Azure/azure-cli/archive/azure-cli-2.0.35.tar.gz
+ sha256sums = 2c91ad2edb366070de62f786584ee5ec1d46c62f03e5a6e781b234f12d58a6a6
pkgname = python-azure-cli
diff --git a/PKGBUILD b/PKGBUILD
index 87721073991f..fed1fce994ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=azure-cli
pkgname=python-$_name
-pkgver=2.0.31
+pkgver=2.0.35
pkgrel=1
pkgdesc="Microsoft Azure Command-Line Tools"
arch=('any')
@@ -11,10 +11,10 @@ license=('MIT')
depends=('python-applicationinsights' 'python-argcomplete' 'python-azure'
'python-colorama' 'python-humanfriendly' 'python-jmespath' 'python-knack'
'python-pyopenssl' 'python-pytz' 'python-scp' 'python-sshtunnel'
- 'python-tabulate' 'python-vsts-cd-manager')
+ 'python-tabulate' 'python-vsts-cd-manager' 'python-yaml')
makedepends=('git' 'python-setuptools')
source=("https://github.com/Azure/azure-cli/archive/azure-cli-${pkgver}.tar.gz")
-md5sums=('2f66c14252420e44f87ed4011203e9c4')
+sha256sums=('2c91ad2edb366070de62f786584ee5ec1d46c62f03e5a6e781b234f12d58a6a6')
build() {
cd "$_name-$_name-$pkgver/src"