From 124854b7300dfbc8d9e3ae826f841e4a0d3e9cd7 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sun, 13 Jun 2021 18:24:01 +0200 Subject: [PATCH] glib: update to 2.68.3. Fix changelog: add entry for the stable releases we are following and a commented out entry for the main branch. Closes: #31452 [via git-merge-pr] --- srcpkgs/glib/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/glib/template b/srcpkgs/glib/template index 84fb4e8abca..b19f88a6ab3 100644 --- a/srcpkgs/glib/template +++ b/srcpkgs/glib/template @@ -1,6 +1,6 @@ # Template file for 'glib' pkgname=glib -version=2.68.2 +version=2.68.3 revision=1 build_style=meson # static version is necessary for qemu-user-static; @@ -14,9 +14,10 @@ short_desc="GNU library of C routines" maintainer="Enno Boland " license="LGPL-2.1-or-later" homepage="https://wiki.gnome.org/Projects/GLib" -changelog="https://gitlab.gnome.org/GNOME/glib/raw/master/NEWS" +#changelog="https://gitlab.gnome.org/GNOME/glib/raw/main/NEWS" +changelog="https://gitlab.gnome.org/GNOME/glib/raw/glib-2-68/NEWS" distfiles="${GNOME_SITE}/glib/${version%.*}/glib-${version}.tar.xz" -checksum=ecc7798a9cc034eabdfd7f246e6dd461cdbf1175fcc2e9867cc7da7b7309e0fb +checksum=e7e1a3c20c026109c45c9ec4a31d8dcebc22e86c69486993e565817d64be3138 build_options="gtk_doc" desc_option_gtk_doc="Build GTK API docs"