aboutsummaryrefslogtreecommitdiffstats
path: root/community/spectacle/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/spectacle/APKBUILD')
-rw-r--r--community/spectacle/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/spectacle/APKBUILD b/community/spectacle/APKBUILD
index 3fe4973c638..b484cb57982 100644
--- a/community/spectacle/APKBUILD
+++ b/community/spectacle/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=spectacle
pkgver=19.12.2
-pkgrel=0
+pkgrel=1
pkgdesc="Application for capturing desktop screenshots"
arch="all !armhf" # armhf blocked by extra-cmake-modules
url="https://kde.org/applications/utilities/org.kde.spectacle"
@@ -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