Date: Thursday, July 5, 2012 @ 03:42:37 Author: tpowa Revision: 163001
upgpkg: qemu-kvm 1.1.0-1 bump to latest version Modified: qemu-kvm/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-07-05 07:23:19 UTC (rev 163000) +++ PKGBUILD 2012-07-05 07:42:37 UTC (rev 163001) @@ -1,13 +1,13 @@ # $Id$ # Maintainer: Tobias Powalowski <[email protected]> pkgname=qemu-kvm -pkgver=1.0.1 -pkgrel=3 +pkgver=1.1.0 +pkgrel=1 pkgdesc="Latest KVM QEMU is a generic and open source processor emulator which achieves a good emulation speed by using dynamic translation." arch=(i686 x86_64) license=('GPL2' 'LGPL2.1') url="http://www.linux-kvm.org" -depends=('libjpeg' 'libpng' 'libsasl' 'curl' 'sdl' 'alsa-lib' 'nss' 'glib2' 'gnutls>=2.4.1' 'bluez' 'vde2' 'util-linux' 'libpulse' 'seabios') +depends=('libjpeg' 'libpng' 'libsasl' 'curl' 'sdl' 'alsa-lib' 'nss' 'glib2' 'gnutls>=2.4.1' 'bluez' 'vde2' 'util-linux' 'libpulse' 'seabios' 'libcap-ng') makedepends=('texi2html' 'perl' 'python2') backup=('etc/qemu/target-x86_64.conf') install=qemu-kvm.install @@ -34,7 +34,7 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install + make DESTDIR="${pkgdir}" libexecdir=/usr/lib/qemu install rm "${pkgdir}/usr/share/qemu/bios.bin" # symbolic link for backwards compatibility @@ -57,5 +57,5 @@ esac done } -md5sums=('f23711fb9f3c70f802829b109ba9aa27' +md5sums=('2e19185b7fdf4c144f4719a88a5bde31' 'b316a066d2f1bb57d8f5b7ea1d0d1caf')
