diff options
Diffstat (limited to 'community/latte-dock/APKBUILD')
-rw-r--r-- | community/latte-dock/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/latte-dock/APKBUILD b/community/latte-dock/APKBUILD index 126c001116..be987369f8 100644 --- a/community/latte-dock/APKBUILD +++ b/community/latte-dock/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=latte-dock pkgver=0.9.8.1 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://store.kde.org/p/1169519/" pkgdesc="A dock based on Plasma Frameworks" @@ -25,7 +25,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 |