summaryrefslogtreecommitdiff
path: root/community/bochs/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/bochs/PKGBUILD')
-rw-r--r--community/bochs/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/bochs/PKGBUILD b/community/bochs/PKGBUILD
index 37357c57e..18d68320f 100644
--- a/community/bochs/PKGBUILD
+++ b/community/bochs/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 112550 2014-06-03 12:08:57Z kkeen $
+# $Id: PKGBUILD 113983 2014-07-01 10:54:22Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
# Contributor: Kevin Piche <kevin@archlinux.org>
pkgname=bochs
-pkgver=2.6.5
+pkgver=2.6.6
pkgrel=1
pkgdesc="A portable x86 PC emulation software package"
arch=('i686' 'x86_64')
@@ -14,13 +14,13 @@ depends=('gcc-libs' 'libxrandr')
#makedepends=('sdl')
#optdepends=('sdl: debuggers')
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('455020b528ac31477a58779a9a4a96e4')
+md5sums=('f5c8483bc478381dd5979f6b3972d44e')
build() {
cd "$srcdir/$pkgname-$pkgver"
# typos in 2.6.5
- sed -i 's/Bx3DNowOpcode\[i->modRMForm.Ib/&\[0\]/' cpu/fetchdecode{,64}.cc
+ #sed -i 's/Bx3DNowOpcode\[i->modRMForm.Ib/&\[0\]/' cpu/fetchdecode{,64}.cc
# todo, figure out why debuggers won't build (FS#38274)
./configure \