aboutsummaryrefslogtreecommitdiffstats
path: root/community/xdg-desktop-portal-kde
diff options
context:
space:
mode:
Diffstat (limited to 'community/xdg-desktop-portal-kde')
-rw-r--r--community/xdg-desktop-portal-kde/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/xdg-desktop-portal-kde/APKBUILD b/community/xdg-desktop-portal-kde/APKBUILD
index 8590e279e4..cfc327f56f 100644
--- a/community/xdg-desktop-portal-kde/APKBUILD
+++ b/community/xdg-desktop-portal-kde/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=xdg-desktop-portal-kde
pkgver=5.18.1
-pkgrel=0
+pkgrel=1
pkgdesc="A backend implementation for xdg-desktop-portal that is using Qt/KDE"
arch="all !armhf" # armhf blocked by extra-cmake-modules
url="https://phabricator.kde.org/source/xdg-desktop-portal-kde"
@@ -15,7 +15,7 @@ source="https://download.kde.org/stable/plasma/$pkgver/xdg-desktop-portal-kde-$p
build() {
cmake -B "$builddir"/build \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
make -C build