summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Hansen2021-10-09 16:07:13 +0200
committerSteffen Hansen2021-10-09 16:07:13 +0200
commit3f775bf731eb43ffe1c4d0603410e9a95254ebd4 (patch)
treeb80d490fdafb99782e4f8b3eb2ddc8c93a951091
parentcda2aa36d74bcc1948777f62fd9d64dedd6af385 (diff)
downloadaur-3f775bf731eb43ffe1c4d0603410e9a95254ebd4.tar.gz
Add missing dependencies
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD2
2 files changed, 13 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5167b026e1b3..8ed6c4c83cb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,20 @@ pkgbase = quickemu
arch = any
license = MIT
depends = qemu
+ depends = coreutils
+ depends = grep
+ depends = jq
+ depends = procps
+ depends = python3
depends = cdrtools
+ depends = usbutils
+ depends = util-linux
+ depends = sed
+ depends = spice-gtk
depends = swtpm
+ depends = wget
+ depends = xorg-xrandr
+ depends = zsync
depends = edk2-ovmf
provides = quickemu
conflicts = quickemu
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')