aboutsummaryrefslogtreecommitdiffstats
path: root/community/oxygen
diff options
context:
space:
mode:
Diffstat (limited to 'community/oxygen')
-rw-r--r--community/oxygen/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/oxygen/APKBUILD b/community/oxygen/APKBUILD
index 57959a01a0..c2f6b0e04b 100644
--- a/community/oxygen/APKBUILD
+++ b/community/oxygen/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=oxygen
pkgver=5.18.1
-pkgrel=0
+pkgrel=1
pkgdesc="Artwork, styles and assets for the Oxygen visual style for the Plasma Desktop"
arch="all !armhf" # armhf blocked by extra-cmake-modules
url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -13,7 +13,7 @@ subpackages="$pkgname-lang"
build() {
cmake -B "$builddir"/build \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
make -C build