diff options
Diffstat (limited to 'testing/dolphin-plugins/APKBUILD')
-rw-r--r-- | testing/dolphin-plugins/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/dolphin-plugins/APKBUILD b/testing/dolphin-plugins/APKBUILD index aa920e49e7..a07d03fb31 100644 --- a/testing/dolphin-plugins/APKBUILD +++ b/testing/dolphin-plugins/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=dolphin-plugins pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" url="https://www.kde.org/applications/system/dolphin/" pkgdesc="Extra Dolphin plugins" @@ -13,7 +13,7 @@ subpackages="$pkgname-lang" build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make |