aboutsummaryrefslogtreecommitdiffstats
path: root/community/qxmpp/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/qxmpp/APKBUILD')
-rw-r--r--community/qxmpp/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/qxmpp/APKBUILD b/community/qxmpp/APKBUILD
index f5efa0bb5e..dd6eb21d9c 100644
--- a/community/qxmpp/APKBUILD
+++ b/community/qxmpp/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=qxmpp
pkgver=1.2.0
-pkgrel=0
+pkgrel=1
pkgdesc="Cross-platform C++ XMPP client and server library"
arch="all"
url="https://github.com/qxmpp-project/qxmpp"
@@ -13,7 +13,7 @@ subpackages="$pkgname-dev"
build() {
cmake \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
make