summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2e4987abef9..ddf6a4685419 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,6 +22,7 @@ pkgbase = quickemu
depends = zsync
depends = edk2-ovmf
optdepends = quickgui: graphical user interface
+ optdepends = aria2: faster downloads
provides = quickemu
conflicts = quickemu
source = quickemu-3.15.tar.gz::https://github.com/quickemu-project/quickemu/archive/refs/tags/3.15.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 344f4f7ab3c8..16c1b4142dad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ 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')
-optdepends=('quickgui: graphical user interface')
+optdepends=('quickgui: graphical user interface' 'aria2: faster downloads')
provides=("$pkgname")
conflicts=("$pkgname")
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/quickemu-project/quickemu/archive/refs/tags/$pkgver.tar.gz")