Date: Sunday, June 10, 2012 @ 16:21:04 Author: tpowa Revision: 161389
upgpkg: qemu 1.1.0-1 bump to latest version Modified: qemu/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-06-10 18:50:00 UTC (rev 161388) +++ PKGBUILD 2012-06-10 20:21:04 UTC (rev 161389) @@ -1,8 +1,8 @@ # $Id$ # Maintainer: Tobias Powalowski <[email protected]> pkgname=qemu -pkgver=1.0.1 -pkgrel=3 +pkgver=1.1.0 +pkgrel=1 pkgdesc="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') @@ -11,7 +11,7 @@ depends=('libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2' 'gnutls>=2.4.1' 'bluez' 'vde2' 'util-linux' 'curl' 'libsasl' 'libgl' 'libpulse' 'seabios') backup=('etc/qemu/target-x86_64.conf') install=qemu.install -source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.gz +source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}-1.tar.bz2 65-kvm.rules) options=(!strip) @@ -42,5 +42,5 @@ done } -md5sums=('5efd1091f01e3bc31bfdec27b8edeb00' +md5sums=('f5c85c229b780bc39268845b6f365fc1' 'b316a066d2f1bb57d8f5b7ea1d0d1caf')
