summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Klomp2016-03-06 16:17:33 +0100
committerSven Klomp2016-03-06 16:17:33 +0100
commit0d839a95e8537d2cdb15dbe45e52dc7964ab8edb (patch)
treef7e09a7321b9ed9aa43565979ef57d6b3202c366
parent7a1eb621a74192b4b3518de40c6a65dc0bb3ac80 (diff)
downloadaur-0d839a95e8537d2cdb15dbe45e52dc7964ab8edb.tar.gz
Change build type to Release
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57b10ad8fb05..d99ea17deb1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ pkgdesc='2D physics simulation'
_gitname=('planeworld')
pkgname=('planeworld-git')
provides=('planeworld=0.0.1')
-pkgver=0.306.db2642c
-pkgrel=1
+pkgver=0.307.f66b647
+pkgrel=2
arch=('i686' 'x86_64')
license=('GPL')
url="http://planeworld.org/"
@@ -34,7 +34,7 @@ build() {
cd "${srcdir}/build"
- cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr "../${_gitname}"
+ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr "../${_gitname}"
make