summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBugMaze2017-05-31 14:06:57 +0300
committerBugMaze2017-05-31 14:06:57 +0300
commit3e0611943e911447f4850dfb0ec9a244d70e7d84 (patch)
tree88062afcb641ddd7764fea46f6fe63ea838409ce /PKGBUILD
parent1d1024d0ee1c381991f54e94d982f79613f22596 (diff)
downloadaur-3e0611943e911447f4850dfb0ec9a244d70e7d84.tar.gz
Updating the package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e61f63467cc..f8dc8d2f0fb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgrel=4
arch=('i686' 'x86_64')
license=('GPL2' 'LGPL2.1')
url='http://wiki.qemu.org/'
-makedepends=('glib2' 'pixman' 'spice' 'spice-protocol'
+makedepends=('glib2' 'pixman'
'gnutls' 'util-linux' 'curl' 'libsasl'
'libcap-ng' 'libaio' 'libseccomp'
'python2' 'usbredir' 'lzo'
@@ -54,14 +54,14 @@ build() {
--disable-gtk --enable-linux-aio --enable-seccomp \
--localstatedir=/var \
--enable-tpm --enable-curl \
- --enable-modules --enable-spice --disable-werror --enable-jemalloc \
+ --enable-modules --disble-spice --disable-werror --enable-jemalloc \
--target-list=x86_64-softmmu --disable-libiscsi --disable-bluez
make V=99
}
package() {
pkgdesc='A generic and open source processor emulator. This is a stripped-down version for running on a headless server. Contains x86_64 emulator only.'
- depends=('gnutls' 'dtc' 'usbredir' 'lzo' 'jemalloc' 'spice' 'spice-protocol')
+ depends=('gnutls' 'dtc' 'usbredir' 'lzo' 'jemalloc')
optdepends=('ovmf: Tianocore UEFI firmware for qemu'
'samba: SMB/CIFS server support'
'qemu-arch-extra-git: extra architectures support'