aboutsummaryrefslogtreecommitdiffstats
path: root/community/jsonrpc-glib/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/jsonrpc-glib/APKBUILD')
-rw-r--r--community/jsonrpc-glib/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/jsonrpc-glib/APKBUILD b/community/jsonrpc-glib/APKBUILD
index f4dc7f6791..eb27642b2b 100644
--- a/community/jsonrpc-glib/APKBUILD
+++ b/community/jsonrpc-glib/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=jsonrpc-glib
pkgver=3.34.0
-pkgrel=1
+pkgrel=2
pkgdesc="Library to communicate using the JSON-RPC 2.0 specification"
url="https://gitlab.gnome.org/GNOME/jsonrpc-glib"
arch="all"
@@ -15,7 +15,7 @@ source="https://download.gnome.org/sources/jsonrpc-glib/${pkgver%.*}/jsonrpc-gli
build() {
meson \
--prefix=/usr \
- --buildtype=debugoptimized \
+ --buildtype=plain \
-Denable_gtk_doc=true \
. output
ninja -C output