summaryrefslogtreecommitdiffstats
path: root/azure-cli-kj_sh604/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'azure-cli-kj_sh604/PKGBUILD')
-rw-r--r--azure-cli-kj_sh604/PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/azure-cli-kj_sh604/PKGBUILD b/azure-cli-kj_sh604/PKGBUILD
index 04d710a..f0d8600 100644
--- a/azure-cli-kj_sh604/PKGBUILD
+++ b/azure-cli-kj_sh604/PKGBUILD
@@ -1,9 +1,9 @@
_pkgname=azure-cli
pkgname=azure-cli-kj_sh604
-pkgver=2.74.0
+pkgver=2.75.0
pkgrel=1
-pkgdesc="Command-line tools for Microsoft Azure (uses python3.11)"
-# Microsoft has not updated `az` to support python 3.12 or 3.13 yet: https://learn.microsoft.com/en-us/cli/azure/azure-cli-support-lifecycle?view=azure-cli-latest#python-dependency
+pkgdesc="Command-line tools for Microsoft Azure (uses python3.12)"
+# Microsoft has not updated `az` to support python 3.13 yet: https://learn.microsoft.com/en-us/cli/azure/azure-cli-support-lifecycle?view=azure-cli-latest#python-dependency
arch=('any')
url="https://github.com/Azure/azure-cli"
license=('MIT')
@@ -13,14 +13,14 @@ depends=(
"gcc-libs"
"glibc"
"libsecret"
- "python311"
+ "python312"
)
makedepends=("git")
options=('!debug' '!strip')
source=("git+https://github.com/Azure/azure-cli.git#tag=azure-cli-${pkgver}"
"az")
-sha256sums=('0892dcddb3e520f417f267b4ccf2b0fa6c86d6629843bef3efb4a8c60e14c93e'
- '990f70efec828c1e1f3f57748fc6e40f9705f2223dc96683e8e29d118daac116')
+sha256sums=('2092aabd27a064df4ebb070320c08b57f6cbe6202ca0959217dbcf7408e741ba'
+ 'beba4c6b852bd4f3b2bfaa26cec9318b19b677a937c3e9ce239c21b13ec00b07')
prepare() {
cd azure-cli
@@ -29,11 +29,12 @@ prepare() {
package() {
cd azure-cli
mkdir -v "$pkgdir/opt"
- python3.11 -m venv "$pkgdir/opt/azure-cli"
+ python3.12 -m venv "$pkgdir/opt/azure-cli"
# shellcheck disable=SC1091
source "$pkgdir/opt/azure-cli/bin/activate"
export PYTHONDONTWRITEBYTECODE=1
export PYTHONUNBUFFERED=1
+ pip install --upgrade pip
scripts/install_full.sh
install -vDm755 "$srcdir/az" "$pkgdir/usr/bin/az"
install -vDm644 az.completion "$pkgdir/usr/share/bash-completion/completions/az"