aboutsummaryrefslogtreecommitdiffstats
path: root/testing/wob/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/wob/APKBUILD')
-rw-r--r--testing/wob/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/wob/APKBUILD b/testing/wob/APKBUILD
index 293ec965966..81a38197c31 100644
--- a/testing/wob/APKBUILD
+++ b/testing/wob/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Galen Abell <galen@galenabell.com>
pkgname=wob
pkgver=0.6
-pkgrel=0
+pkgrel=1
pkgdesc="A lightweight overlay volume/backlight/progress/anything bar for Wayland."
url="https://github.com/francma/wob"
arch="all"
@@ -17,7 +17,7 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
- --buildtype=release \
+ --buildtype=debugoptimized \
build-release
ninja -C build-release
}