aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mellowplayer
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mellowplayer')
-rw-r--r--testing/mellowplayer/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/mellowplayer/APKBUILD b/testing/mellowplayer/APKBUILD
index 8e3dd05709..4e6e21aca3 100644
--- a/testing/mellowplayer/APKBUILD
+++ b/testing/mellowplayer/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=mellowplayer
pkgver=3.5.10
-pkgrel=0
+pkgrel=1
pkgdesc="QT based cloud music integration for your desktop"
url="https://colinduquesnoy.gitlab.io/MellowPlayer/"
arch="all !ppc64le !s390x !armhf" # ppc64le and s390x blocked by qt5-qtwebengine missing, armhf blocked by qt5-qtdeclarative
@@ -24,7 +24,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=True \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
-DCMAKE_C_FLAGS="$CFLAGS" \
-DBUILD_TESTS=ON \