Date: Tuesday, October 25, 2022 @ 13:28:28 Author: heftig Revision: 458868
2.74.1-1 Modified: glib2/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-25 13:27:34 UTC (rev 458867) +++ PKGBUILD 2022-10-25 13:28:28 UTC (rev 458868) @@ -3,8 +3,8 @@ pkgbase=glib2 pkgname=(glib2 glib2-docs) -pkgver=2.74.0 -pkgrel=2 +pkgver=2.74.1 +pkgrel=1 pkgdesc="Low level core library" url="https://wiki.gnome.org/Projects/GLib" license=(LGPL) @@ -14,7 +14,7 @@ meson dbus) checkdepends=(desktop-file-utils glib2) options=(debug staticlibs) -_commit=30bd57ecf8aa051de9848ba5a2b140f4810401ff # tags/2.74.0^0 +_commit=058491cb6f635ff6e0a57fcdd4107a40ca91c62a # tags/2.74.1^0 source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit" 0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch glib-compile-schemas.hook gio-querymodules.{hook,script}) @@ -34,10 +34,6 @@ # Suppress noise from glib-compile-schemas.hook git apply -3 ../0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch - - # https://bugs.archlinux.org/task/75980 - # https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2921 - git cherry-pick -n 'ea3f17d598d550345e94e4571130e429443e91cb' } build() {
