aboutsummaryrefslogtreecommitdiffstats
path: root/community/waybar/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/waybar/APKBUILD')
-rw-r--r--community/waybar/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/waybar/APKBUILD b/community/waybar/APKBUILD
index 2dc9746bc6..592935dc48 100644
--- a/community/waybar/APKBUILD
+++ b/community/waybar/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Luca Weiss <luca@z3ntu.xyz>
pkgname="waybar"
pkgver="0.9.0"
-pkgrel=1
+pkgrel=2
pkgdesc="Highly customizable Wayland bar for Sway and Wlroots based compositors"
url="https://github.com/Alexays/Waybar/"
arch="all"
@@ -23,7 +23,7 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
- --buildtype=debugoptimized \
+ --buildtype=plain \
. output
ninja -C output
}