summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67e3984da8b8..24ac99542c75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = azure-cli-bin
- pkgdesc = Azure Command-Line Interface (Debian package)
+ pkgdesc = Azure Command-Line Interface (Ubuntu package)
pkgver = 2.46.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Azure/azure-cli
arch = x86_64
license = MIT
- depends = openssl-1.1
depends = python
conflicts = azure-cli
conflicts = python-azure-cli
- source = https://packages.microsoft.com/repos/azure-cli/pool/main/a/azure-cli/azure-cli_2.46.0-1~bullseye_amd64.deb
- md5sums = ccc3e32f156dcf8e00e912b31242ed31
+ source = https://packages.microsoft.com/repos/azure-cli/pool/main/a/azure-cli/azure-cli_2.46.0-1~jammy_amd64.deb
+ md5sums = 560251e2e1f3acb9866adcc573916c1f
pkgname = azure-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 43e9fd1a0a12..a39e4e736356 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
pkgname=azure-cli-bin
pkgver=2.46.0
-pkgrel=2
-pkgdesc='Azure Command-Line Interface (Debian package)'
+pkgrel=3
+pkgdesc='Azure Command-Line Interface (Ubuntu package)'
arch=('x86_64')
url='https://github.com/Azure/azure-cli'
license=('MIT')
-depends=('openssl-1.1' 'python')
+depends=('python')
conflicts=('azure-cli' 'python-azure-cli')
-source=("https://packages.microsoft.com/repos/azure-cli/pool/main/a/azure-cli/azure-cli_${pkgver}-1~bullseye_amd64.deb")
-md5sums=('ccc3e32f156dcf8e00e912b31242ed31')
+source=("https://packages.microsoft.com/repos/azure-cli/pool/main/a/azure-cli/azure-cli_${pkgver}-1~jammy_amd64.deb")
+md5sums=('560251e2e1f3acb9866adcc573916c1f')
package () {
cd "${pkgdir}"
- bsdtar -xf "${srcdir}/data.tar.xz"
+ bsdtar -xf "${srcdir}/data.tar.zst"
rm -r usr/share/doc
find -name __pycache__ | xargs rm -r
}