summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSamuel Kogler2020-07-08 14:43:44 +0200
committerSamuel Kogler2020-07-08 14:43:44 +0200
commit3b9011c88e4a9447c4614b17cefaae1207ab6bb6 (patch)
treea186aa5804e4bce48202915d80bc1ce1a264290a /PKGBUILD
parentebc74276c52cd4a686f573b9cdd21a594af56509 (diff)
downloadaur-bullet3-git.tar.gz
Build demos to work around upstream bug.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 260bc1964816..dec3df1608b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=bullet3-git
-pkgver=r3173.4100db0
+pkgver=r8597.73fffd144
pkgrel=1
pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation"
arch=('i686' 'x86_64')
@@ -24,8 +24,8 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_SHARED_LIBS=ON \
-DBUILD_BULLET3=ON \
- -DBUILD_BULLET2_DEMOS=OFF \
- -DBUILD_CPU_DEMOS=OFF \
+ -DBUILD_BULLET2_DEMOS=ON \
+ -DBUILD_CPU_DEMOS=ON \
-DBUILD_UNIT_TESTS=OFF \
-DINSTALL_LIBS=ON