aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kdenlive/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/kdenlive/APKBUILD')
-rw-r--r--testing/kdenlive/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/kdenlive/APKBUILD b/testing/kdenlive/APKBUILD
index f108ef18f06..8894f4d37c6 100644
--- a/testing/kdenlive/APKBUILD
+++ b/testing/kdenlive/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kdenlive
pkgver=19.12.2
-pkgrel=0
+pkgrel=1
arch="all !armhf"
url="https://kdenlive.org"
pkgdesc="An intuitive and powerful multi-track video editor, including most recent video technologies"
@@ -16,7 +16,7 @@ options="!check" # Broken
build() {
cmake \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
make