aboutsummaryrefslogtreecommitdiffstats
path: root/community/libmanette/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libmanette/APKBUILD')
-rw-r--r--community/libmanette/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libmanette/APKBUILD b/community/libmanette/APKBUILD
index 7d93141454..fdcd632ba8 100644
--- a/community/libmanette/APKBUILD
+++ b/community/libmanette/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=libmanette
pkgver=0.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="Simple GObject game controller library"
url="https://gitlab.gnome.org/aplazas/libmanette"
arch="all"
@@ -18,7 +18,7 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
- --buildtype=debugoptimized \
+ --buildtype=plain \
. output
ninja -C output
}