summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorS Garnica2023-11-28 13:33:57 +0100
committerS Garnica2023-11-28 13:33:57 +0100
commitaab1c0df5fc1429fb9b4999711852f5b439f41a1 (patch)
treed7c958f9c217ebf4eff8a4f50c06c08aad48f367
parentfb894970666ddd023c527f5b1401c9c1e05a4c96 (diff)
downloadaur-aab1c0df5fc1429fb9b4999711852f5b439f41a1.tar.gz
Update qemu-base dep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a009a1e8e9a..d674cfdd4ace 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
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 = 1
+ pkgrel = 2
url = https://github.com/code-ready/crc
arch = x86_64
license = APACHE
depends = firewalld
depends = libvirt
depends = networkmanager
- depends = qemu
+ 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
sha256sums_x86_64 = 43a03e0c8e10974dfbf53962d5b6ac320a393a06695cf6371ca5cf1a52dd6207
diff --git a/PKGBUILD b/PKGBUILD
index f7353c0671ee..a7449344a84c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=crc-bin
pkgver=2.29.0
-pkgrel=1
+pkgrel=2
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")
provides=("crc")
-depends=("firewalld" "libvirt" "networkmanager" "qemu")
+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")