aboutsummaryrefslogtreecommitdiffstats
path: root/community/libdazzle/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libdazzle/APKBUILD')
-rw-r--r--community/libdazzle/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libdazzle/APKBUILD b/community/libdazzle/APKBUILD
index 5b0c43f740..93248b6e8a 100644
--- a/community/libdazzle/APKBUILD
+++ b/community/libdazzle/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=libdazzle
pkgver=3.34.1
-pkgrel=1
+pkgrel=2
pkgdesc="Library to delight your users with fancy features"
url="https://gitlab.gnome.org/GNOME/libdazzle"
arch="all"
@@ -15,7 +15,7 @@ source="https://download.gnome.org/sources/libdazzle/${pkgver%.*}/libdazzle-$pkg
build() {
meson \
--prefix=/usr \
- --buildtype=debugoptimized \
+ --buildtype=plain \
-Denable_gtk_doc=false \
. output
ninja -C output