summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSteffen Hansen2021-10-09 16:07:13 +0200
committerSteffen Hansen2021-10-09 16:07:13 +0200
commit3f775bf731eb43ffe1c4d0603410e9a95254ebd4 (patch)
treeb80d490fdafb99782e4f8b3eb2ddc8c93a951091 /PKGBUILD
parentcda2aa36d74bcc1948777f62fd9d64dedd6af385 (diff)
downloadaur-3f775bf731eb43ffe1c4d0603410e9a95254ebd4.tar.gz
Add missing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d64f4849b548..29cb141a0596 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Quickly create and run optimised Windows, macOS and Linux desktop virtu
arch=(any)
url="https://github.com/wimpysworld/quickemu"
license=('MIT')
-depends=('qemu' 'cdrtools' 'swtpm' 'edk2-ovmf')
+depends=('qemu' 'coreutils' 'grep' 'jq' 'procps' 'python3' 'cdrtools' 'usbutils' 'util-linux' 'sed' 'spice-gtk' 'swtpm' 'wget' 'xorg-xrandr' 'zsync' 'edk2-ovmf')
provides=("$pkgname")
conflicts=("$pkgname")
source=("$pkgname-$pkgver.tar.gz"::'https://github.com/wimpysworld/quickemu/archive/refs/tags/2.2.3.tar.gz')