Date: Saturday, February 25, 2012 @ 01:28:21 Author: pierre Revision: 151160
upgpkg: bochs 2.5.1-1 upstream update Modified: bochs/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-02-25 06:21:40 UTC (rev 151159) +++ PKGBUILD 2012-02-25 06:28:21 UTC (rev 151160) @@ -3,20 +3,20 @@ # Maintainer: Kevin Piche <[email protected]> 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 }
