[arch-commits] Commit in qemu/trunk (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Tue Jan 5 19:04:21 UTC 2010
Date: Tuesday, January 5, 2010 @ 14:04:21
Author: tpowa
Revision: 62252
upgpkg: qemu 0.12.1-1
bump to latest version, introduce vde2 support
Modified:
qemu/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-01-05 18:58:58 UTC (rev 62251)
+++ PKGBUILD 2010-01-05 19:04:21 UTC (rev 62252)
@@ -1,13 +1,13 @@
# $Id$
# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
pkgname=qemu
-pkgver=0.11.1
+pkgver=0.12.1
pkgrel=1
pkgdesc="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')
+license=('GPL2' 'LGPL2.1')
url="http://www.nongnu.org/qemu/"
-depends=('sdl' 'alsa-lib' 'esound' 'gnutls>=2.4.1' 'bluez')
+depends=('sdl' 'alsa-lib' 'esound' 'gnutls>=2.4.1' 'bluez' 'vde2' 'util-linux-ng' 'curl' 'libsasl')
install=qemu.install
source=(http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz
65-kvm.rules
@@ -27,6 +27,6 @@
install -D -m644 ${srcdir}/65-kvm.rules \
${pkgdir}/lib/udev/rules.d/65-kvm.rules
}
-md5sums=('193285b0bcf655a7f7577d05ffcb82b1'
+md5sums=('df9a979ac72251036b7d0794895233a5'
'cead7ba387159d360f892281499975df'
'ec06591830b8fcf53913f05f3d66f7e5')
More information about the arch-commits
mailing list