aboutsummaryrefslogtreecommitdiffstats
path: root/testing/marble/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/marble/APKBUILD')
-rw-r--r--testing/marble/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/marble/APKBUILD b/testing/marble/APKBUILD
index 04bff1f2c15..d4fb2cdf706 100644
--- a/testing/marble/APKBUILD
+++ b/testing/marble/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=marble
pkgver=19.12.2
-pkgrel=0
+pkgrel=1
pkgdesc="A Virtual Globe and World Atlas that you can use to learn more about Earth"
arch="all !ppc64le !s390x !armhf" # ppc64le and s390x blocked by qt5-qtwebengine, armhf blocked by qt5-qtdeclarative
url='https://marble.kde.org'
@@ -15,7 +15,7 @@ options="!check" # Requires itself to be installed
build() {
cmake \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_INSTALL_SYSCONFDIR=/etc \