aboutsummaryrefslogtreecommitdiffstats
path: root/community/baobab/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/baobab/APKBUILD')
-rw-r--r--community/baobab/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/baobab/APKBUILD b/community/baobab/APKBUILD
index dbeab46dba7..0db300073d8 100644
--- a/community/baobab/APKBUILD
+++ b/community/baobab/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=baobab
pkgver=3.34.0
-pkgrel=0
+pkgrel=1
pkgdesc="A graphical application to analyse disk usage in any Gnome environment"
url="https://wiki.gnome.org/action/show/Apps/DiskUsageAnalyzer"
arch="all"
@@ -18,7 +18,7 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
- --buildtype=release \
+ --buildtype=debugoptimized \
. output
ninja -C output
}