diff options
author | root <root@rshg054.dnsready.net> | 2013-06-21 01:32:30 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-21 01:32:30 -0700 |
commit | a52aae1102dd66b353127d2f5c2218551af656e4 (patch) | |
tree | 15c14b07facf83858e18d6ed18da41f77948467e /community/bochs | |
parent | 5898d76e47144f2366f9acda9ab52827b696c2d5 (diff) |
Fri Jun 21 01:31:20 PDT 2013
Diffstat (limited to 'community/bochs')
-rw-r--r-- | community/bochs/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/bochs/PKGBUILD b/community/bochs/PKGBUILD index b8df6203d..0a26bfc4f 100644 --- a/community/bochs/PKGBUILD +++ b/community/bochs/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 83126 2013-01-27 16:09:41Z pierre $ +# $Id: PKGBUILD 92959 2013-06-20 20:17:58Z kkeen $ #Contributor: Tom Newsom <Jeepster@gmx.co.uk> # Maintainer: Kevin Piche <kevin@archlinux.org> pkgname=bochs -pkgver=2.6 +pkgver=2.6.2 pkgrel=1 pkgdesc="A portable x86 PC emulation software package" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ url="http://bochs.sourceforge.net/" license=('LGPL') depends=('gcc-libs' 'libxrandr') source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('7e25e1a4d2f7e0464e8d6381f38741d9') +md5sums=('82ecaff9826d4f29fa46f3062e2957b8') build() { cd "${srcdir}/${pkgname}-${pkgver}" |