diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-02 03:51:56 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-02 03:51:56 +0000 |
commit | 35f5198d4a73e45c4e9e22d638f5bfd5b9b4bc62 (patch) | |
tree | 0a936fac74a00270ec2c07d3a37a63e79dd80999 /community/bochs | |
parent | 88933a383866089c23f6d62783a6a24ab211e872 (diff) |
Wed Jul 2 03:45:24 UTC 2014
Diffstat (limited to 'community/bochs')
-rw-r--r-- | community/bochs/PKGBUILD | 8 |
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 \ |