diff options
Diffstat (limited to 'community/kmouth')
-rw-r--r-- | community/kmouth/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/kmouth/APKBUILD b/community/kmouth/APKBUILD index bbb9d0cf61..78178770d1 100644 --- a/community/kmouth/APKBUILD +++ b/community/kmouth/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kmouth pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" #qtdeclarative url="https://kde.org/applications/utilities/org.kde.kmouth" pkgdesc="Speech Synthesizer Frontend" @@ -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 make |