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

Kyle Keen kkeen at nymeria.archlinux.org
Tue Jul 1 10:54:02 UTC 2014


    Date: Tuesday, July 1, 2014 @ 12:54:02
  Author: kkeen
Revision: 113982

upgpkg: bochs 2.6.6-1

Modified:
  bochs/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-01 10:52:05 UTC (rev 113981)
+++ PKGBUILD	2014-07-01 10:54:02 UTC (rev 113982)
@@ -4,7 +4,7 @@
 # Contributor: Kevin Piche <kevin at 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 @@
 #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 \




More information about the arch-commits mailing list