[arch-commits] Commit in jsonrpc-glib/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Sep 10 18:41:52 UTC 2019


    Date: Tuesday, September 10, 2019 @ 18:41:51
  Author: heftig
Revision: 362128

3.34.0-1

Modified:
  jsonrpc-glib/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-10 18:41:49 UTC (rev 362127)
+++ PKGBUILD	2019-09-10 18:41:51 UTC (rev 362128)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=jsonrpc-glib
-pkgver=3.32.0
+pkgver=3.34.0
 pkgrel=1
 pkgdesc="A JSON-RPC library for GLib"
 url="https://gitlab.gnome.org/GNOME/jsonrpc-glib"
@@ -9,7 +9,7 @@
 license=(LGPL)
 depends=(json-glib)
 makedepends=(git meson vala gobject-introspection gtk-doc)
-_commit=7f8383f4e1c73bf1e39d470f5474cd165eba383d  # tags/3.32.0^0
+_commit=3e5413bf92acea315d17be4dff58026d490e680f  # tags/3.34.0^0
 source=("git+https://gitlab.gnome.org/GNOME/jsonrpc-glib.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -28,7 +28,7 @@
 }
 
 check() {
-  meson test -C build
+  meson test -C build --print-errorlogs
 }
 
 package() {



More information about the arch-commits mailing list