Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / azure-cli
Commits: 213bd599 by Carl Smedstad at 2025-02-11T07:55:36+01:00 upgpkg: 2.69.0-1: Upstream release https://github.com/MicrosoftDocs/azure-docs-cli/blob/main/docs-ref-conceptual/release-notes-azure-cli.md#february-11-2025 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,18 +1,21 @@ pkgbase = azure-cli pkgdesc = Command-line tools for Microsoft Azure - pkgver = 2.68.0 + pkgver = 2.69.0 pkgrel = 1 url = https://github.com/Azure/azure-cli arch = any license = MIT makedepends = git + depends = gcc-libs + depends = glibc + depends = libsecret depends = python options = !debug options = !strip - source = git+https://github.com/Azure/azure-cli.git#tag=azure-cli-2.68.0 + source = git+https://github.com/Azure/azure-cli.git#tag=azure-cli-2.69.0 source = az source = python-3.13-compat-update-cffi.patch - sha256sums = d026250e2cc64e2bcf3950ad3273f840f2a0bfb50e3bde65b18b8014486d3746 + sha256sums = f1113219259356e5f4fa59d1573f20e75430512731b4c9a03d6f29cf3359f00a sha256sums = 990f70efec828c1e1f3f57748fc6e40f9705f2223dc96683e8e29d118daac116 sha256sums = bae8e3fc18eafa94a68f84cd7b9a2252adee095647a8da28e8aabe64515c973a ===================================== PKGBUILD ===================================== @@ -2,19 +2,24 @@ # Contributor: pallxk <a...@pallxk.com> # https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-linux pkgname=azure-cli -pkgver=2.68.0 +pkgver=2.69.0 pkgrel=1 pkgdesc="Command-line tools for Microsoft Azure" arch=('any') url="https://github.com/Azure/azure-cli" license=('MIT') -depends=("python") +depends=( + "gcc-libs" + "glibc" + "libsecret" + "python" +) makedepends=("git") options=('!debug' '!strip') source=("git+https://github.com/Azure/azure-cli.git#tag=azure-cli-${pkgver}" "az" "python-3.13-compat-update-cffi.patch") -sha256sums=('d026250e2cc64e2bcf3950ad3273f840f2a0bfb50e3bde65b18b8014486d3746' +sha256sums=('f1113219259356e5f4fa59d1573f20e75430512731b4c9a03d6f29cf3359f00a' '990f70efec828c1e1f3f57748fc6e40f9705f2223dc96683e8e29d118daac116' 'bae8e3fc18eafa94a68f84cd7b9a2252adee095647a8da28e8aabe64515c973a') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/azure-cli/-/commit/213bd599daf692deb177728fc31026f0d5cf826e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/azure-cli/-/commit/213bd599daf692deb177728fc31026f0d5cf826e You're receiving this email because of your account on gitlab.archlinux.org.