summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09cd81fd8348..63cb241eb0ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = quickemu
pkgdesc = Quickly create and run optimised Windows, macOS and Linux desktop virtual machines.
pkgver = 4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/quickemu-project/quickemu
arch = any
license = MIT
@@ -21,6 +21,7 @@ pkgbase = quickemu
depends = xorg-xrandr
depends = zsync
depends = edk2-ovmf
+ depends = xdg-user-dirs
optdepends = quickgui: graphical user interface
optdepends = aria2: faster downloads
provides = quickemu
diff --git a/PKGBUILD b/PKGBUILD
index d0879e87839b..4e22363bf72a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Steffen Hansen <steffengrundsoe@gmail.com>
pkgname=quickemu
pkgver=4.0
-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')
+depends=('qemu' '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")