[arch-commits] Commit in bullet/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Thu Oct 13 10:27:42 UTC 2016
Date: Thursday, October 13, 2016 @ 10:27:42
Author: svenstaro
Revision: 278581
upgpkg: bullet 2.84-1
upstream release 2.84
Modified:
bullet/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-13 08:59:16 UTC (rev 278580)
+++ PKGBUILD 2016-10-13 10:27:42 UTC (rev 278581)
@@ -4,7 +4,7 @@
pkgbase=bullet
pkgname=('bullet' 'bullet-docs')
-pkgver=2.83.7
+pkgver=2.84
pkgrel=1
pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation"
arch=('i686' 'x86_64')
@@ -13,13 +13,13 @@
makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu')
optdepends=('glu: for the example browser')
source=("https://github.com/bulletphysics/bullet3/archive/${pkgver}.tar.gz")
-md5sums=('39fd0138fcb59047c12861f3b65c063e')
+md5sums=('ba7026defc08c666cf4391bbe1f05e1b')
build() {
cd bullet3-${pkgver}
[[ -d build ]] && rm -rf build
- mkdir build && cd build
+ mkdir build && cd build
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
More information about the arch-commits
mailing list