[arch-commits] Commit in ode/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Oct 12 16:59:34 UTC 2016
Date: Wednesday, October 12, 2016 @ 16:59:34
Author: arojas
Revision: 192069
Update to 0.14
Modified:
ode/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-12 15:59:41 UTC (rev 192068)
+++ PKGBUILD 2016-10-12 16:59:34 UTC (rev 192069)
@@ -3,8 +3,8 @@
# Contributor: Adam Griffiths <adam_griffithsAATTdart.net.au>
pkgname=ode
-pkgver=0.13.1
-pkgrel=2
+pkgver=0.14
+pkgrel=1
pkgdesc="An open source, high performance library for simulating rigid body dynamics"
arch=('i686' 'x86_64')
url="https://bitbucket.org/odedevs/ode/"
@@ -11,11 +11,12 @@
license=('LGPL' 'BSD')
depends=('gcc-libs' 'bash')
source=("https://bitbucket.org/odedevs/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz")
-md5sums=('00f6613b3d8e5249be60e3a513d6aebd')
+md5sums=('7c0f3841adf9914b4fcb67bcf5d7b1c3')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ ./bootstrap
./configure --prefix=/usr \
--enable-shared \
--enable-libccd \
More information about the arch-commits
mailing list