summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorS Garnica2023-11-29 14:17:56 +0100
committerS Garnica2023-11-29 14:17:56 +0100
commit6ab5b6c4e48af87f7d4c5457632d3872c3fd0fad (patch)
tree138bf302a277435384801ae7b3f51c37ac45a0d6
parentaab1c0df5fc1429fb9b4999711852f5b439f41a1 (diff)
downloadaur-6ab5b6c4e48af87f7d4c5457632d3872c3fd0fad.tar.gz
Updated downloaded file name to avoid clashes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d674cfdd4ace..fae971e49f85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = crc-bin
pkgdesc = Red Hat CodeReady Containers is a tool that manages a local OpenShift 4.x cluster optimized for testing and development purposes
pkgver = 2.29.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/code-ready/crc
arch = x86_64
license = APACHE
@@ -10,7 +10,7 @@ pkgbase = crc-bin
depends = networkmanager
depends = qemu-base
provides = crc
- source_x86_64 = https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/2.29.0/crc-linux-amd64.tar.xz
+ source_x86_64 = crc-v2.29.0-linux-amd64.tar.xz::https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/2.29.0/crc-linux-amd64.tar.xz
sha256sums_x86_64 = 43a03e0c8e10974dfbf53962d5b6ac320a393a06695cf6371ca5cf1a52dd6207
pkgname = crc-bin
diff --git a/PKGBUILD b/PKGBUILD
index a7449344a84c..e2c3c64b2636 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=crc-bin
pkgver=2.29.0
-pkgrel=2
+pkgrel=3
pkgdesc="Red Hat CodeReady Containers is a tool that manages a local OpenShift 4.x cluster optimized for testing and development purposes"
url=https://github.com/code-ready/crc
arch=("x86_64")
@@ -11,7 +11,9 @@ provides=("crc")
depends=("firewalld" "libvirt" "networkmanager" "qemu-base")
license=("APACHE")
-source_x86_64=("https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/${pkgver}/crc-linux-amd64.tar.xz")
+source_x86_64=(
+ "crc-v${pkgver}-linux-amd64.tar.xz::https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/${pkgver}/crc-linux-amd64.tar.xz"
+)
sha256sums_x86_64=('43a03e0c8e10974dfbf53962d5b6ac320a393a06695cf6371ca5cf1a52dd6207')
package() {