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

Tobias Powalowski tpowa at archlinux.org
Mon Mar 5 08:19:59 UTC 2012


    Date: Monday, March 5, 2012 @ 03:19:59
  Author: tpowa
Revision: 152195

upgpkg: qemu 1.0.1-1

bump to latest version

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-05 07:53:46 UTC (rev 152194)
+++ PKGBUILD	2012-03-05 08:19:59 UTC (rev 152195)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=qemu
-pkgver=1.0
-pkgrel=3
+pkgver=1.0.1
+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')
@@ -29,9 +29,9 @@
   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@'
   make clean
-  make
+  make PYTHON=python2
 }
 
 package() {
@@ -52,5 +52,5 @@
     done
 
 }
-md5sums=('a64b36067a191451323b0d34ebb44954'
+md5sums=('5efd1091f01e3bc31bfdec27b8edeb00'
          'b316a066d2f1bb57d8f5b7ea1d0d1caf')




More information about the arch-commits mailing list