summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKelsey Maes2018-01-28 07:17:00 -0800
committerKelsey Maes2018-01-28 07:17:00 -0800
commit10ed83fc807ff477a0ff78138863d6200c9b3cce (patch)
treedefedf67628c28eb0b4518a2cff1f0d5cc17c058
parent335752e31e838e5ca8bf07430f6169f2c226c78a (diff)
downloadaur-10ed83fc807ff477a0ff78138863d6200c9b3cce.tar.gz
Update to 2.0.26
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a2c89334feb..51448adfc766 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = python-azure-cli
pkgdesc = Microsoft Azure Command-Line Tools
- pkgver = 2.0.25
+ pkgver = 2.0.26
pkgrel = 1
url = https://github.com/Azure/azure-cli
arch = any
license = MIT
+ makedepends = git
makedepends = python-setuptools
depends = python-applicationinsights
depends = python-argcomplete
@@ -17,8 +18,8 @@ pkgbase = python-azure-cli
depends = python-scp
depends = python-sshtunnel
depends = python-tabulate
- source = https://github.com/Azure/azure-cli/archive/azure-cli-2.0.25.tar.gz
- md5sums = d76fada6e41307ca866023a0eb040c6e
+ source = https://github.com/Azure/azure-cli/archive/azure-cli-2.0.26.tar.gz
+ md5sums = c3001643ef0b2ed3635641e0dd764b5e
pkgname = python-azure-cli
diff --git a/PKGBUILD b/PKGBUILD
index e2a3979a6165..d5b0fe1de8d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=azure-cli
pkgname=python-$_name
-pkgver=2.0.25
+pkgver=2.0.26
pkgrel=1
pkgdesc="Microsoft Azure Command-Line Tools"
arch=('any')
@@ -11,9 +11,9 @@ 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')
-makedepends=('python-setuptools')
+makedepends=('git' 'python-setuptools')
source=("https://github.com/Azure/azure-cli/archive/azure-cli-${pkgver}.tar.gz")
-md5sums=('d76fada6e41307ca866023a0eb040c6e')
+md5sums=('c3001643ef0b2ed3635641e0dd764b5e')
build() {
cd "$_name-$_name-$pkgver/src"