summaryrefslogtreecommitdiff
path: root/community/ode/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ode/PKGBUILD')
-rw-r--r--community/ode/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/ode/PKGBUILD b/community/ode/PKGBUILD
index efd509bd3..49d2ad72a 100644
--- a/community/ode/PKGBUILD
+++ b/community/ode/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 102181 2013-12-06 12:14:44Z giovanni $
+# $Id: PKGBUILD 105840 2014-02-16 09:40:14Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Adam Griffiths <adam_griffithsAATTdart.net.au>
pkgname=ode
-pkgver=0.12
-pkgrel=5
+pkgver=0.13
+pkgrel=1
pkgdesc="An open source, high performance library for simulating rigid body dynamics"
arch=('i686' 'x86_64')
url="http://www.ode.org"
license=('LGPL' 'BSD')
depends=('gcc-libs' 'bash')
source=("http://downloads.sourceforge.net/sourceforge/opende/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('48fdd41fae1a7e7831feeded09826599')
+md5sums=('04b32c9645c147e18caff7a597a19f84')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"