summaryrefslogtreecommitdiff
path: root/community/box2d/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/box2d/PKGBUILD')
-rw-r--r--community/box2d/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/box2d/PKGBUILD b/community/box2d/PKGBUILD
index 6821566bf..68813a14f 100644
--- a/community/box2d/PKGBUILD
+++ b/community/box2d/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 31825 2010-11-06 13:26:28Z svenstaro $
+# $Id: PKGBUILD 55402 2011-09-12 02:48:21Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=box2d
-pkgver=2.1.2
-pkgrel=3
+pkgver=2.2.0
+pkgrel=1
pkgdesc="2D rigid body simulation library for games"
url="http://www.box2d.org/"
license=('zlib')
@@ -12,7 +12,7 @@ arch=('i686' 'x86_64' 'mips64el')
makedepends=('cmake')
optdepends=()
source=(http://box2d.googlecode.com/files/Box2D_v${pkgver}.zip)
-md5sums=('59d142cd8d4d73e8832c7b67591f590c')
+md5sums=('220f1d604444d00844cc91933c07ecd8')
build() {
cd ${srcdir}/Box2D_v${pkgver}/Box2D/