Date: Tuesday, September 10, 2019 @ 18:41:49 Author: heftig Revision: 362127
3.34.0-1 Modified: template-glib/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-10 18:41:45 UTC (rev 362126) +++ PKGBUILD 2019-09-10 18:41:49 UTC (rev 362127) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=template-glib -pkgver=3.32.0 +pkgver=3.34.0 pkgrel=1 pkgdesc="A templating library for GLib" url="https://gitlab.gnome.org/GNOME/template-glib" @@ -9,7 +9,7 @@ license=(LGPL) depends=(glib2 gobject-introspection-runtime) makedepends=(git meson vala gobject-introspection gtk-doc) -_commit=71a37dcd4c6001989dab020e38c1e8e86b775ab3 # tags/3.32.0^0 +_commit=3899ca522bc2cc6e2d866abbc9bc05818a6c48b3 # tags/3.34.0^0 source=("git+https://gitlab.gnome.org/GNOME/template-glib.git#commit=$_commit") sha256sums=('SKIP') @@ -28,7 +28,7 @@ } check() { - meson test -C build + meson test -C build --print-errorlogs } package() {
