diff options
Diffstat (limited to 'community/ktp-common-internals/APKBUILD')
-rw-r--r-- | community/ktp-common-internals/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ktp-common-internals/APKBUILD b/community/ktp-common-internals/APKBUILD index cf4b7e0c6d..31e3916b71 100644 --- a/community/ktp-common-internals/APKBUILD +++ b/community/ktp-common-internals/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=ktp-common-internals pkgver=19.12.2 -pkgrel=0 +pkgrel=1 pkgdesc="Library for KTp" url="https://github.com/kde/ktp-common-internals" arch="all !armhf" # armhf blocked by extra-cmake-modules @@ -22,7 +22,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 |