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

Tobias Powalowski tpowa at archlinux.org
Thu Apr 26 20:32:13 UTC 2012


    Date: Thursday, April 26, 2012 @ 16:32:12
  Author: tpowa
Revision: 157262

upgpkg: qemu-kvm 1.0.1-1

bump to latest version

Modified:
  qemu-kvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-26 20:22:11 UTC (rev 157261)
+++ PKGBUILD	2012-04-26 20:32:12 UTC (rev 157262)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=qemu-kvm
-pkgver=1.0
-pkgrel=3
+pkgver=1.0.1
+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')
@@ -35,7 +35,8 @@
     cd "${srcdir}/"
     git clone git://git.seabios.org/seabios.git
     cd seabios
-    find 'tools/' 'contrib' -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+    #find 'tools/' 'contrib' -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+    sed -i -e 's/python/python2/g' Makefile
     make clean
     make
 }
@@ -69,5 +70,5 @@
       esac
     done
 }
-md5sums=('00a825db46a70ba8ef9fc95da9cc7c1e'
+md5sums=('f23711fb9f3c70f802829b109ba9aa27'
          'b316a066d2f1bb57d8f5b7ea1d0d1caf')




More information about the arch-commits mailing list