aboutsummaryrefslogtreecommitdiffstats
path: root/community/devhelp/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/devhelp/APKBUILD')
-rw-r--r--community/devhelp/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/devhelp/APKBUILD b/community/devhelp/APKBUILD
index ff6aad17394..2604e016a6f 100644
--- a/community/devhelp/APKBUILD
+++ b/community/devhelp/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=devhelp
pkgver=3.34.0
-pkgrel=0
+pkgrel=1
pkgdesc="API documentation browser for GTK+ and GNOME"
url="https://wiki.gnome.org/Apps/Devhelp"
arch="all"
@@ -19,7 +19,7 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
- --buildtype=release \
+ --buildtype=debugoptimized \
. output
ninja -C output
}