diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-06-12 12:04:42 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-06-12 12:04:42 -0300 |
commit | 57f780f5913e0a1bf9a4f6d8b94309537d99cca7 (patch) | |
tree | 78aaeeba5e5fa3267ca815671f11a75b3af11a00 /extra/qemu | |
parent | d9929db3b4ad2dfeeb19ad71f6016eb8122d0208 (diff) | |
parent | fd4cd23b679e620a51c42e87a0655d55704fdba8 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/bind/PKGBUILD
extra/gc/PKGBUILD
Diffstat (limited to 'extra/qemu')
-rw-r--r-- | extra/qemu/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/qemu/PKGBUILD b/extra/qemu/PKGBUILD index 4d7de3849..5d3977f53 100644 --- a/extra/qemu/PKGBUILD +++ b/extra/qemu/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 158723 2012-05-08 10:41:26Z tpowa $ +# $Id: PKGBUILD 161390 2012-06-10 20:21:44Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> 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' 'mips64el') license=('GPL2' 'LGPL2.1') @@ -11,7 +11,7 @@ makedepends=('texi2html' 'perl' 'python2') 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 @@ package() { done } -md5sums=('5efd1091f01e3bc31bfdec27b8edeb00' +md5sums=('f5c85c229b780bc39268845b6f365fc1' 'b316a066d2f1bb57d8f5b7ea1d0d1caf') |