summaryrefslogtreecommitdiff
path: root/community/bochs/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/bochs/PKGBUILD')
-rw-r--r--community/bochs/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/bochs/PKGBUILD b/community/bochs/PKGBUILD
index e5722c6eb..ffb45cc3d 100644
--- a/community/bochs/PKGBUILD
+++ b/community/bochs/PKGBUILD
@@ -1,17 +1,17 @@
-# $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
-pkgrel=1.1
+pkgver=2.6.2
+pkgrel=1
pkgdesc="A portable x86 PC emulation software package"
arch=('i686' 'x86_64' 'mips64el')
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}"