diff options
Diffstat (limited to 'community/kaccounts-integration/APKBUILD')
-rw-r--r-- | community/kaccounts-integration/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/kaccounts-integration/APKBUILD b/community/kaccounts-integration/APKBUILD index c625f8dfe0..4c10e559a3 100644 --- a/community/kaccounts-integration/APKBUILD +++ b/community/kaccounts-integration/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kaccounts-integration pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://kde.org/applications/internet/" pkgdesc="Small system to administer web accounts for the sites and services across the KDE desktop" @@ -23,7 +23,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make |