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 ed4c0b1e99..d3b7b1491c 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.4
-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=debugoptimized \
+ --buildtype=plain \
. output
ninja -C output
}