diff options
Diffstat (limited to 'community/milou/APKBUILD')
-rw-r--r-- | community/milou/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/milou/APKBUILD b/community/milou/APKBUILD index fa167578e8..d5e6bafa28 100644 --- a/community/milou/APKBUILD +++ b/community/milou/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=milou pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="A dedicated search application built on top of Baloo" arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://www.kde.org/workspaces/plasmadesktop/" @@ -13,7 +13,7 @@ subpackages="$pkgname-lang" build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build |