aboutsummaryrefslogtreecommitdiffstats
path: root/community/dconf-editor/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/dconf-editor/APKBUILD')
-rw-r--r--community/dconf-editor/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/dconf-editor/APKBUILD b/community/dconf-editor/APKBUILD
index 8a2f2c6a26..a056e3e83d 100644
--- a/community/dconf-editor/APKBUILD
+++ b/community/dconf-editor/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=dconf-editor
pkgver=3.34.3
-pkgrel=0
+pkgrel=1
pkgdesc="Dconf Editor is a viewer and editor of applications internal settings"
url="https://wiki.gnome.org/Apps/DconfEditor"
arch="all"
@@ -17,7 +17,7 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
- --buildtype=release \
+ --buildtype=debugoptimized \
. output
ninja -C output
}