summaryrefslogtreecommitdiff
path: root/extra/qemu
diff options
context:
space:
mode:
Diffstat (limited to 'extra/qemu')
-rw-r--r--extra/qemu/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/qemu/PKGBUILD b/extra/qemu/PKGBUILD
index 87ae4ea37..d787fd561 100644
--- a/extra/qemu/PKGBUILD
+++ b/extra/qemu/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 148896 2012-02-05 11:54:40Z ibiru $
+# $Id: PKGBUILD 152196 2012-03-05 08:20:34Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@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 @@ build()
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 @@ package() {
done
}
-md5sums=('a64b36067a191451323b0d34ebb44954'
+md5sums=('5efd1091f01e3bc31bfdec27b8edeb00'
'b316a066d2f1bb57d8f5b7ea1d0d1caf')