summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Hansen2022-09-26 22:00:13 +0200
committerSteffen Hansen2022-09-26 22:00:13 +0200
commit0bdee2dbcd015fdad451202caa7631557e5226d0 (patch)
tree6e07cdf645a0f171f57fe38ae37eb3e26e19e769
parentad1828d96f0b8d2a55aa27ab22d87b3f239a7268 (diff)
downloadaur-0bdee2dbcd015fdad451202caa7631557e5226d0.tar.gz
Change qemu dependency to qemu-desktop
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ceeb6e7d2a6..d1c9b01634a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = quickemu
pkgdesc = Quickly create and run optimised Windows, macOS and Linux desktop virtual machines.
pkgver = 4.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/quickemu-project/quickemu
arch = any
license = MIT
- depends = qemu
+ depends = qemu-desktop
depends = coreutils
depends = grep
depends = jq
diff --git a/PKGBUILD b/PKGBUILD
index 7e1436ecff94..56e4ea318240 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Steffen Hansen <steffengrundsoe@gmail.com>
pkgname=quickemu
pkgver=4.3
-pkgrel=1
+pkgrel=2
pkgdesc="Quickly create and run optimised Windows, macOS and Linux desktop virtual machines."
arch=(any)
url="https://github.com/quickemu-project/quickemu"
license=('MIT')
-depends=('qemu' 'coreutils' 'grep' 'jq' 'procps' 'python3' 'cdrtools' 'usbutils' 'util-linux' 'sed' 'spice-gtk' 'swtpm' 'wget' 'xorg-xrandr' 'zsync' 'edk2-ovmf' 'xdg-user-dirs')
+depends=('qemu-desktop' 'coreutils' 'grep' 'jq' 'procps' 'python3' 'cdrtools' 'usbutils' 'util-linux' 'sed' 'spice-gtk' 'swtpm' 'wget' 'xorg-xrandr' 'zsync' 'edk2-ovmf' 'xdg-user-dirs')
optdepends=('quickgui: graphical user interface' 'aria2: faster downloads')
provides=("$pkgname")
conflicts=("$pkgname")