aboutsummaryrefslogtreecommitdiffstats
path: root/community/attica/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/attica/APKBUILD')
-rw-r--r--community/attica/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/attica/APKBUILD b/community/attica/APKBUILD
index 982cf4c9bd..caea20e6d0 100644
--- a/community/attica/APKBUILD
+++ b/community/attica/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=attica
pkgver=5.67.0
-pkgrel=0
+pkgrel=1
pkgdesc="Freedesktop OCS binding for Qt"
url="http://www.kde.org/"
arch="all !armhf" # Blocked by extra-cmake-modules
@@ -20,7 +20,7 @@ prepare() {
build() {
cd "$builddir"/build
cmake "$builddir" \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_QCH=ON