Date: Saturday, October 28, 2017 @ 08:54:24 Author: heftig Revision: 308566
2.54.2-1 Modified: glib2/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-10-28 08:43:57 UTC (rev 308565) +++ PKGBUILD 2017-10-28 08:54:24 UTC (rev 308566) @@ -3,8 +3,8 @@ pkgbase=glib2 pkgname=(glib2 glib2-docs) -pkgver=2.54.1 -pkgrel=2 +pkgver=2.54.2 +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=5fc5a3eaa6fc2ab23a3585cf22799adae642afa7 # tags/2.54.1^0 +_commit=52b3e434d849e2b0233d6d3d663b5dda82ab263e # tags/2.54.2^0 source=("git+https://git.gnome.org/browse/glib#commit=$_commit" 0001-docs-Fix-building-with-meson.patch 0001-meson-Fix-permissions-of-installed-scripts.patch @@ -50,7 +50,7 @@ # https://bugzilla.gnome.org/show_bug.cgi?id=788772 patch -Np1 -i ../0001-meson-Fix-GDB-scripts-install_dir-for-nix.patch - # Unbreak .pc files when built with meson + # https://bugzilla.gnome.org/show_bug.cgi?id=788773 patch -Np1 -i ../libs.diff # Suppress noise from glib-compile-schemas.hook
