summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8eb1237ba741..5d2e0071b088 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=azure-cli
pkgname=python-$_name
-pkgver=2.0.52
+pkgver=2.0.60
pkgrel=1
pkgdesc="Microsoft Azure Command-Line Tools"
arch=('any')
@@ -13,16 +13,12 @@ depends=('python-applicationinsights' 'python-argcomplete' 'python-azure'
'python-pyopenssl' 'python-pytz' 'python-scp' 'python-sshtunnel'
'python-tabulate' 'python-vsts-cd-manager' 'python-wheel' 'python-yaml')
makedepends=('git' 'python-setuptools')
-source=("https://github.com/Azure/azure-cli/archive/azure-cli-${pkgver}.tar.gz"
- "wheel.patch")
-sha256sums=('4fe43b7eff3212aace6906505e1cec7cb06b7626da757d1890c6e1c5e82218bd'
- '33450e8feaa7bb20a5e64ef628c88ddf998d88c302b6f85458c319f68c167dfd')
+source=("https://github.com/Azure/azure-cli/archive/azure-cli-${pkgver}.tar.gz")
+sha256sums=('f3919f0e1cb7a6344cc65c7595491dc7caccd38e000cce13bc51f8a92685d121')
build() {
cd "$_name-$_name-$pkgver/src"
- patch -p2 < ../../wheel.patch
-
for d in azure-cli \
azure-cli-core \
azure-cli-nspkg \