summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Hansen2022-10-03 22:22:29 +0200
committerSteffen Hansen2022-10-03 22:22:29 +0200
commit0eab971ed58614842f927c7fd6572f5ef9817fbf (patch)
tree8c97a42a551272bcb6ecc1e358fcaae9bd4a8547
parenta00a197a04b78e4d97a64eca2b056e46180412d0 (diff)
downloadaur-0eab971ed58614842f927c7fd6572f5ef9817fbf.tar.gz
Add socat to depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9b1a28feb2f..200648e54619 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.3
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/quickemu-project/quickemu
arch = any
license = MIT
@@ -22,6 +22,7 @@ pkgbase = quickemu
depends = zsync
depends = edk2-ovmf
depends = xdg-user-dirs
+ depends = socat
optdepends = quickgui: graphical user interface
optdepends = aria2: faster downloads
provides = quickemu
diff --git a/PKGBUILD b/PKGBUILD
index da6149faf2dc..6f8f71495c73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Steffen Hansen <steffengrundsoe@gmail.com>
pkgname=quickemu
pkgver=4.3
-pkgrel=3
+pkgrel=4
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' 'coreutils' 'grep' 'jq' 'procps' 'python3' 'cdrtools' 'usbutils' 'util-linux' 'sed' 'spice-gtk' 'swtpm' 'wget' 'xorg-xrandr' 'zsync' 'edk2-ovmf' 'xdg-user-dirs' 'socat')
optdepends=('quickgui: graphical user interface' 'aria2: faster downloads')
provides=("$pkgname")
conflicts=("$pkgname")