Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / azure-cli
Commits: 9564f007 by Carl Smedstad at 2024-11-15T09:07:38+01:00 upgpkg: 2.66.0-1: Upstream release https://github.com/Azure/azure-cli/releases/tag/azure-cli-2.66.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = azure-cli pkgdesc = Command-line tools for Microsoft Azure - pkgver = 2.65.0 + pkgver = 2.66.0 pkgrel = 1 url = https://github.com/Azure/azure-cli arch = any @@ -9,9 +9,9 @@ pkgbase = azure-cli depends = python options = !debug options = !strip - source = git+https://github.com/Azure/azure-cli.git#tag=azure-cli-2.65.0 + source = git+https://github.com/Azure/azure-cli.git#tag=azure-cli-2.66.0 source = az - sha256sums = d19e3b921efb076af4f29e6b4998579405f8b32651465f9417952ba584e7a1ca + sha256sums = ba82a4cfc33856edd8fdb57f87ad13837c517394adae7f407cfb132124c9fed1 sha256sums = 990f70efec828c1e1f3f57748fc6e40f9705f2223dc96683e8e29d118daac116 pkgname = azure-cli ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: pallxk <[email protected]> # https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-linux pkgname=azure-cli -pkgver=2.65.0 +pkgver=2.66.0 pkgrel=1 pkgdesc="Command-line tools for Microsoft Azure" arch=('any') @@ -13,13 +13,13 @@ makedepends=("git") options=('!debug' '!strip') source=("git+https://github.com/Azure/azure-cli.git#tag=azure-cli-${pkgver}" "az") -sha256sums=('d19e3b921efb076af4f29e6b4998579405f8b32651465f9417952ba584e7a1ca' +sha256sums=('ba82a4cfc33856edd8fdb57f87ad13837c517394adae7f407cfb132124c9fed1' '990f70efec828c1e1f3f57748fc6e40f9705f2223dc96683e8e29d118daac116') package() { cd azure-cli - mkdir "$pkgdir/opt" + mkdir -v "$pkgdir/opt" # We're going to just slap all of this junk into /opt because it needs so much stuff # with very specific versions that it's just not worth the hassle to try to fight it. @@ -29,6 +29,6 @@ package() { scripts/install_full.sh - install -Dm755 "$srcdir/az" "$pkgdir/usr/bin/az" - install -Dm644 az.completion "$pkgdir/usr/share/bash-completion/completions/az" + install -vDm755 "$srcdir/az" "$pkgdir/usr/bin/az" + install -vDm644 az.completion "$pkgdir/usr/share/bash-completion/completions/az" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/azure-cli/-/commit/9564f007af5b068ff972f7c4950f4b95d26ce812 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/azure-cli/-/commit/9564f007af5b068ff972f7c4950f4b95d26ce812 You're receiving this email because of your account on gitlab.archlinux.org.
