Date: Thursday, January 18, 2018 @ 16:03:49 Author: heftig Revision: 315083
2.54.3+2+g94b38beff-1: https://bugzilla.gnome.org/show_bug.cgi?id=761102 Modified: glib2/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-18 14:57:48 UTC (rev 315082) +++ PKGBUILD 2018-01-18 16:03:49 UTC (rev 315083) @@ -3,8 +3,8 @@ pkgbase=glib2 pkgname=(glib2 glib2-docs) -pkgver=2.54.3 -pkgrel=2 +pkgver=2.54.3+2+g94b38beff +pkgrel=1 pkgdesc="Low level core library" url="https://wiki.gnome.org/Projects/GLib" license=(LGPL2.1) @@ -15,7 +15,7 @@ optdepends=('python: for gdbus-codegen and gtester-report' 'libelf: gresource inspection tool') options=(!emptydirs) -_commit=5a650925899c7aae62e9ff79e405e72a6adc981c # tags/2.54.3^0 +_commit=94b38beff1347ec4a733199f7a7abdacaa958678 # glib-2-54 source=("git+https://git.gnome.org/browse/glib#commit=$_commit" noisy-glib-compile-schemas.diff glib-compile-schemas.hook gio-querymodules.hook) @@ -32,9 +32,6 @@ prepare() { cd glib - # https://bugs.archlinux.org/task/57036 - git revert -n 4976e8109045b8aa72598668b809418d13e1f031 - # Suppress noise from glib-compile-schemas.hook patch -Np1 -i ../noisy-glib-compile-schemas.diff
