From f6a79a3f5989efc8db63af942851c56f0c462bb1 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 26 Feb 2012 23:15:00 +0000 Subject: Sun Feb 26 23:15:00 UTC 2012 --- extra/bochs/PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'extra/bochs') diff --git a/extra/bochs/PKGBUILD b/extra/bochs/PKGBUILD index 0e4920fe7..b9b39db34 100644 --- a/extra/bochs/PKGBUILD +++ b/extra/bochs/PKGBUILD @@ -1,22 +1,22 @@ -# $Id: PKGBUILD 127309 2011-06-13 01:13:14Z kevin $ +# $Id: PKGBUILD 151161 2012-02-25 06:28:51Z pierre $ #Contributor: Tom Newsom # Maintainer: Kevin Piche pkgname=bochs -pkgver=2.4.6 +pkgver=2.5.1 pkgrel=1 pkgdesc="A portable x86 PC emulation software package" arch=('i686' 'x86_64') license=('LGPL') url="http://bochs.sourceforge.net/" -source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz) +source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz") depends=('gcc-libs' 'libxrandr') -sha256sums=('689dcc5fccfd70c8340a54986f0cb9c2824009ed602718802868333da9ac53b9') +md5sums=('4fe5325ec422a7f74dbb0adb52c76bb6') build() { cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr --enable-vbe --without-wx --enable-cpu-level=6 \ - --enable-fpu --enable-3dnow + ./configure --prefix=/usr --without-wx --enable-cpu-level=6 \ + --enable-fpu --enable-3dnow make } -- cgit v1.2.3-54-g00ecf