summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpallxk2020-11-11 15:16:01 +0800
committerpallxk2020-11-11 15:16:01 +0800
commit8115926213ec0319bf59056a1c6e18d40484c70f (patch)
tree2401ebc03370b6ecd9d67ee9ae7b21e9419625b0
parent8baee5e461b62d66576e05202c0945f918ce45fc (diff)
downloadaur-8115926213ec0319bf59056a1c6e18d40484c70f.tar.gz
Disable strip as we run install script instead of building things
This speed up things a lot.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86fdad7d9562..884e6b843622 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = azure-cli
pkgdesc = Command-line tools for Azure.
pkgver = 2.14.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Azure/azure-cli
arch = any
license = MIT
depends = python
conflicts = python-azure-cli
+ options = !strip
source = https://azurecliprod.blob.core.windows.net/install.py
source = install.response
source = az
diff --git a/PKGBUILD b/PKGBUILD
index 3d0d8f0bcef0..e401c8fa6d6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=azure-cli
pkgver=2.14.2
-pkgrel=1
+pkgrel=2
pkgdesc="Command-line tools for Azure."
arch=('any')
url="https://github.com/Azure/azure-cli"
@@ -20,6 +20,7 @@ source=("https://azurecliprod.blob.core.windows.net/install.py"
sha256sums=("SKIP" # "8835ac5023e292b9c3afa44f7e9a2c0058c56789114891fb921ee85fbc9c2002"
"7c05e9915a52fb72fa8d1c498b173c42457d669351313eaddccf43f86ed0e0ec"
"990f70efec828c1e1f3f57748fc6e40f9705f2223dc96683e8e29d118daac116")
+options=(!strip)
prepare() {
rm -rf "$srcdir/azure-cli"