aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libquotient/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/libquotient/APKBUILD')
-rw-r--r--testing/libquotient/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libquotient/APKBUILD b/testing/libquotient/APKBUILD
index b95ff83bf01..3c2fb171ac5 100644
--- a/testing/libquotient/APKBUILD
+++ b/testing/libquotient/APKBUILD
@@ -5,7 +5,7 @@ _realname=libQuotient
# Note that 0.5.x releases keep the old libqmatrix name
# See https://github.com/quotient-im/libQuotient/releases/tag/0.5.2
pkgver=0.5.2
-pkgrel=0
+pkgrel=1
pkgdesc="Qt5 library for cross-platform clients for Matrix"
options="!check" # No testsuite
url="https://github.com/quotient-im/libQuotient"
@@ -27,7 +27,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" \
-DBUILD_SHARED_LIBS=1 \
-DQMATRIXCLIENT_INSTALL_EXAMPLE=0 \