Date: Tuesday, September 12, 2017 @ 20:31:40 Author: heftig Revision: 305376
2.54.0-1 Modified: glib/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-12 20:04:40 UTC (rev 305375) +++ PKGBUILD 2017-09-12 20:31:40 UTC (rev 305376) @@ -3,7 +3,7 @@ pkgbase=glib pkgname=(glib glib-docs) -pkgver=2.53.7 +pkgver=2.54.0 pkgrel=1 pkgdesc="Low level core library" url="https://wiki.gnome.org/Projects/GLib" @@ -18,7 +18,7 @@ conflicts=(glib2) replaces=(glib2) options=(!emptydirs) -_commit=052f134528ae5bf828f39684efe2ff4d4e0cf24c # tags/2.53.7^0 +_commit=738eff5decf0e354e692c36a0b9d466fc5775e3c # tags/2.54.0^0 source=("git+https://git.gnome.org/browse/glib#commit=$_commit" 0001-docs-Fix-building-with-meson.patch noisy-glib-compile-schemas.diff @@ -53,7 +53,7 @@ check() { cd build - meson test + meson test -t 2 } package_glib() {
