diff options
Diffstat (limited to 'community/baobab/APKBUILD')
-rw-r--r-- | community/baobab/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/baobab/APKBUILD b/community/baobab/APKBUILD index 0db300073d..1f9a93c329 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=1 +pkgrel=2 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=debugoptimized \ + --buildtype=plain \ . output ninja -C output } |