[arch-commits] Commit in qemu-kvm/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Wed Jan 6 00:57:21 UTC 2010


    Date: Tuesday, January 5, 2010 @ 19:57:20
  Author: tpowa
Revision: 62265

upgpkg: qemu-kvm 0.12.1.2-1
    bump to latest version, introduce vde support

Modified:
  qemu-kvm/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-05 23:29:57 UTC (rev 62264)
+++ PKGBUILD	2010-01-06 00:57:20 UTC (rev 62265)
@@ -1,18 +1,18 @@
 # $Id$
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=qemu-kvm
-pkgver=0.11.0
+pkgver=0.12.1.2
 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')
+license=('GPL2' 'LGPL2.1')
 url="http://www.linux-kvm.org"
-depends=('libsasl' 'curl' 'sdl' 'alsa-lib' 'esound' 'gnutls>=2.4.1' 'bluez')
+depends=('libsasl' 'curl' 'sdl' 'alsa-lib' 'esound' 'gnutls>=2.4.1' 'bluez' 'vde2' 'util-linux-ng')
 install=qemu-kvm.install
 conflicts=('qemu')
 provides=('qemu')
 replaces=('kvm')
-source=(http://downloads.sourceforge.net/project/kvm/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
         65-kvm.rules)
 
 build()
@@ -28,5 +28,5 @@
     install -D -m644 ${srcdir}/65-kvm.rules \
                      ${pkgdir}/lib/udev/rules.d/65-kvm.rules
 }
-md5sums=('440837a062967102a68e634d57eaf719'
+md5sums=('a5815ce191353751a32db20b7bf15403'
          'b316a066d2f1bb57d8f5b7ea1d0d1caf')




More information about the arch-commits mailing list