From bfeafa6707182c70af037fdda4becc45d1912201 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 14 Feb 2020 15:11:22 +0100 Subject: [PATCH] glib: update to 2.62.4. --- srcpkgs/glib/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/glib/template b/srcpkgs/glib/template index 4aa7c9bd618..4af12440ae5 100644 --- a/srcpkgs/glib/template +++ b/srcpkgs/glib/template @@ -1,6 +1,6 @@ # Template file for 'glib' pkgname=glib -version=2.62.3 +version=2.62.4 revision=1 build_style=meson configure_args="-Dfam=false -Dman=true -Dselinux=disabled @@ -14,7 +14,7 @@ license="LGPL-2.1-or-later" homepage="https://wiki.gnome.org/Projects/GLib" changelog="https://gitlab.gnome.org/GNOME/glib/raw/master/NEWS" distfiles="${GNOME_SITE}/glib/${version%.*}/glib-${version}.tar.xz" -checksum=4400adc9f0d3ffcfe8e84225210370ce3f9853afb81812ddadb685325aa655c4 +checksum=4c84030d77fa9712135dfa8036ad663925655ae95b1d19399b6200e869925bbc build_options="gtk_doc" desc_option_gtk_doc="Build GTK API docs"