aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lokalize
diff options
context:
space:
mode:
Diffstat (limited to 'testing/lokalize')
-rw-r--r--testing/lokalize/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/lokalize/APKBUILD b/testing/lokalize/APKBUILD
index 3ea51f4c576..11957dc4708 100644
--- a/testing/lokalize/APKBUILD
+++ b/testing/lokalize/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=lokalize
pkgver=19.12.2
-pkgrel=0
+pkgrel=1
pkgdesc="Computer-Aided Translation System"
arch="all !armhf"
url="https://kde.org/applications/office/org.kde.lokalize"
@@ -14,7 +14,7 @@ options="!check" # No tests
build() {
cmake \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
make