summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2012-03-06 13:30:02 +0100
committerMassimiliano Torromeo2012-03-06 13:30:02 +0100
commited31d2f74f74f0081e4110e6daafc25e23edcc27 (patch)
treeae96486a6992c7a74db0393c284068e37bf5ff0d
parent4f768954ad645cdf675f939252df10a47aea1c66 (diff)
downloadaur-ed31d2f74f74f0081e4110e6daafc25e23edcc27.tar.gz
Upgraded chipmunk to version 6.0.3
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da87986d5dae..99364e5ad4e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# Contributor: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=chipmunk
-pkgver=6.0.1
+pkgver=6.0.3
pkgrel=1
pkgdesc="A high-performance 2D rigid body physics library"
arch=('i686' 'x86_64')
url="http://code.google.com/p/chipmunk-physics/"
license=('MIT')
-depends=('mesa' 'freeglut' 'libxmu' 'libxext')
+depends=('glibc')
makedepends=('cmake')
source=(http://files.slembcke.net/chipmunk/release/Chipmunk-${pkgver%%.*}.x/Chipmunk-$pkgver.tgz)
@@ -27,4 +27,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-md5sums=('ba7ed00e32176152040801ad0b0c44f3')
+md5sums=('c5fb7d1ea529a0180e32456980f8f4a7')