diff options
Diffstat (limited to 'testing/mtxclient/APKBUILD')
-rw-r--r-- | testing/mtxclient/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/mtxclient/APKBUILD b/testing/mtxclient/APKBUILD index c34003dcc8..b6bf1c8f99 100644 --- a/testing/mtxclient/APKBUILD +++ b/testing/mtxclient/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=mtxclient pkgver=0.2.1 -pkgrel=2 +pkgrel=3 pkgdesc="Client API library for Matrix, built on top of Boost.Asio" url="https://github.com/nheko-reborn/mtxclient" arch="all" @@ -18,7 +18,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_LIB_EXAMPLES=OFF \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo + -DCMAKE_BUILD_TYPE=None make } |