summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Klomp2016-03-06 16:25:24 +0100
committerSven Klomp2016-03-06 16:25:24 +0100
commit34e9231838978ecf5a9812355e4a67e38f9fb148 (patch)
treec2e35e02e3d53ba3f596dfdff537d703b7c7aba2
parentefe4542f5157a732b3fe4010959d9f735b801219 (diff)
downloadaur-34e9231838978ecf5a9812355e4a67e38f9fb148.tar.gz
Change build type to Release
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42274990d7e5..5e7e312aac2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,9 @@
pkgdesc='Noise library for 2D data'
_gitname=('libnoise2d')
pkgname=('libnoise2d-git')
+provides=('libnoise2d')
pkgver=0.14.98c9d72
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
license=('GPL')
url="https://github.com/planeworld/libnoise2d"
@@ -33,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