mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/qemu to 4.2.0-1
This commit is contained in:
parent
99c838b91f
commit
4b9bcea8b7
1 changed files with 3 additions and 4 deletions
|
@ -12,7 +12,7 @@ pkgbase=qemu
|
|||
pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
|
||||
qemu-block-{iscsi,gluster} qemu-guest-agent)
|
||||
pkgdesc="A generic and open source machine emulator and virtualizer"
|
||||
pkgver=4.1.1
|
||||
pkgver=4.2.0
|
||||
pkgrel=1
|
||||
arch=(x86_64)
|
||||
license=(GPL2 LGPL2.1)
|
||||
|
@ -20,11 +20,11 @@ url="https://wiki.qemu.org/"
|
|||
_headlessdeps=(gnutls libpng libaio jemalloc xfsprogs libnfs
|
||||
lzo snappy curl vde2 libcap-ng spice libcacard usbredir)
|
||||
depends=(virglrenderer sdl2 vte3 libpulse "${_headlessdeps[@]}")
|
||||
makedepends=(spice-protocol python2 libiscsi glusterfs python-sphinx)
|
||||
makedepends=(spice-protocol python libiscsi glusterfs python-sphinx)
|
||||
source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
|
||||
qemu-ga.service
|
||||
65-kvm.rules)
|
||||
sha512sums=('13c8420f74fd7f043f2dd0774b88262327d22864b3fc7b5d5e7e651fb163de03ac51483abec703cd9914511049b125165875c27566bebfd9b6482d8d2c2ff108'
|
||||
sha512sums=('2a79973c2b07c53e8c57a808ea8add7b6b2cbca96488ed5d4b669ead8c9318907dec2b6109f180fc8ca8f04c0f73a56e82b3a527b5626b799d7e849f2474ec56'
|
||||
'SKIP'
|
||||
'269c0f0bacbd06a3d817fde02dce26c99d9f55c9e3b74bb710bd7e5cdde7a66b904d2eb794c8a605bf9305e4e3dee261a6e7d4ec9d9134144754914039f176e4'
|
||||
'bdf05f99407491e27a03aaf845b7cc8acfa2e0e59968236f10ffc905e5e3d5e8569df496fd71c887da2b5b8d1902494520c7da2d3a8258f7fd93a881dd610c99')
|
||||
|
@ -72,7 +72,6 @@ _build() (
|
|||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--libexecdir=/usr/lib/qemu \
|
||||
--python=/usr/bin/python2 \
|
||||
--smbd=/usr/bin/smbd \
|
||||
--enable-modules \
|
||||
--enable-sdl \
|
||||
|
|
Loading…
Reference in a new issue