[arch-commits] Commit in assimp/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Feb 22 20:52:46 UTC 2016


    Date: Monday, February 22, 2016 @ 21:52:45
  Author: svenstaro
Revision: 163152

upgpkg: assimp 3.2-2

Fix FS#48292

Modified:
  assimp/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-22 19:50:21 UTC (rev 163151)
+++ PKGBUILD	2016-02-22 20:52:45 UTC (rev 163152)
@@ -3,7 +3,7 @@
 
 pkgname=assimp
 pkgver=3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Portable Open Source library to import various well-known 3D model formats in an uniform manner"
 arch=('i686' 'x86_64')
 license=('BSD')
@@ -19,6 +19,7 @@
 	mkdir build && cd build
 	cmake .. \
         -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_BUILD_TYPE=Release \
         -DASSIMP_ENABLE_BOOST_WORKAROUND=OFF \
         -DASSIMP_BUILD_SAMPLES=OFF
 	make 



More information about the arch-commits mailing list