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

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Sep 27 16:14:14 UTC 2016


    Date: Tuesday, September 27, 2016 @ 16:14:14
  Author: svenstaro
Revision: 190677

upgpkg: supertux 0.5.0-2

build in Release mode

Modified:
  supertux/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-27 16:06:00 UTC (rev 190676)
+++ PKGBUILD	2016-09-27 16:14:14 UTC (rev 190677)
@@ -6,7 +6,7 @@
 
 pkgname=supertux
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A classic 2D jump'n'run sidescroller game in a style similar to the original SuperMario games"
 arch=('i686' 'x86_64')
 url="https://github.com/supertux/supertux"
@@ -19,7 +19,10 @@
 build() {
   cd "SuperTux-v${pkgver}-Source"
 
-  cmake -D CMAKE_INSTALL_PREFIX=/usr -D INSTALL_SUBDIR_BIN=bin .
+  cmake . \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      -DINSTALL_SUBDIR_BIN=bin \
+      -DCMAKE_BUILD_TYPE=Release
   make
 }
 



More information about the arch-commits mailing list