aboutsummaryrefslogtreecommitdiffstats
path: root/community/json-glib/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/json-glib/APKBUILD')
-rw-r--r--community/json-glib/APKBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/json-glib/APKBUILD b/community/json-glib/APKBUILD
index a913724559a..a8ec4fa1789 100644
--- a/community/json-glib/APKBUILD
+++ b/community/json-glib/APKBUILD
@@ -1,9 +1,9 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
-# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=json-glib
-pkgver=1.6.6
-pkgrel=0
+pkgver=1.8.0
+pkgrel=1
pkgdesc="JSON library built on GLib"
arch="all"
url="https://wiki.gnome.org/Projects/JsonGlib"
@@ -16,11 +16,11 @@ build() {
abuild-meson \
-Dgtk_doc=disabled \
. build
- meson compile ${JOBS:+-j ${JOBS}} -C build
+ meson compile -C build
}
check() {
- meson test --no-rebuild -v -C build
+ meson test --no-rebuild --print-errorlogs -C build
}
package() {
@@ -42,5 +42,5 @@ tests() {
}
sha512sums="
-b9a737e4ba3ecdfb9cb8f5fb751cc74e5b1553664d3088c44a1f9e5396d4037958af214dcd290ddf5af98088f46167e10e371e134e1de5cbb7aec84c5c0fd017 json-glib-1.6.6.tar.xz
+e4fe16bb7c5b72fcf9c0966ac1903ff0cd74ec8eab891db4b94e92353bdcb57b24613b6c2cce7bfa1996603c367d1b4939c12209369dfb915aac0f3804a3a900 json-glib-1.8.0.tar.xz
"