diff options
Diffstat (limited to 'community/polkit-qt-1/APKBUILD')
-rw-r--r-- | community/polkit-qt-1/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/polkit-qt-1/APKBUILD b/community/polkit-qt-1/APKBUILD index 6093949288..8b04aa5257 100644 --- a/community/polkit-qt-1/APKBUILD +++ b/community/polkit-qt-1/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=polkit-qt-1 pkgver=0.113.0 -pkgrel=0 +pkgrel=1 pkgdesc="Qt wrapper around polkit-1 client libraries" arch="all" url="https://www.kde.org" @@ -14,7 +14,7 @@ subpackages="$pkgname-dev" build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make |