diff options
Diffstat (limited to 'community/telepathy-qt/APKBUILD')
-rw-r--r-- | community/telepathy-qt/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/telepathy-qt/APKBUILD b/community/telepathy-qt/APKBUILD index e88de3509c..6484180ba5 100644 --- a/community/telepathy-qt/APKBUILD +++ b/community/telepathy-qt/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=telepathy-qt pkgver=0.9.8 -pkgrel=0 +pkgrel=1 arch="all" url="http://telepathy.freedesktop.org/wiki/" license="LGPL-2.1-or-later" @@ -15,7 +15,7 @@ options="!check" build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DPYTHON_EXECUTABLE=/usr/bin/python3 \ |