summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 690ec5ff432a..9fab78ce7bd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kumir2-git
pkgver=30.09.2015
-pkgrel=1
+pkgrel=2
pkgdesc="An educational programming language and IDE in Russian schools"
url="http://lpm.org.ru/kumir"
arch=('x86_64' 'i686')
@@ -20,7 +20,7 @@ build() {
cd ../..
mkdir build
cd build
- cmake -DCMAKE_INSTALL_PREFIX="${pkgdir}/usr/" ../
+ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="${pkgdir}/usr/" ../
make
}