From 27440943595e00ea1361bfcbf5e0bc4dab56f802 Mon Sep 17 00:00:00 2001 From: wszqkzqk Date: Wed, 22 Mar 2023 23:10:28 +0800 Subject: [PATCH] glib: update to v2.76.1 --- mingw-w64-glib2/PKGBUILD | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/mingw-w64-glib2/PKGBUILD b/mingw-w64-glib2/PKGBUILD index 7076445877..256d9d0932 100644 --- a/mingw-w64-glib2/PKGBUILD +++ b/mingw-w64-glib2/PKGBUILD @@ -6,7 +6,7 @@ _realname=glib2 pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=2.76.0 +pkgver=2.76.1 pkgrel=1 url="https://gitlab.gnome.org/GNOME/glib" arch=('any') @@ -29,16 +29,14 @@ source=("https://download.gnome.org/sources/glib/${pkgver%.*}/glib-${pkgver}.tar 0001-Update-g_fopen-g_open-and-g_creat-to-open-with-FILE_.patch 0002-disable_glib_compile_schemas_warning.patch 0004-disable-explicit-ms-bitfields.patch - 0005-gstrfuncs-Improve-inline-version-of-g_strdup-to-avoi.patch glib-compile-schemas.hook.in gio-querymodules.hook.in pyscript2exe.py) noextract=("glib-${pkgver}.tar.xz") -sha256sums=('525bb703b807142e1aee5ccf222c344e8064b21c0c45677ef594e587874c6797' +sha256sums=('43dc0f6a126958f5b454136c4398eab420249c16171a769784486e25f2fda19f' '51d02360a1ee978fd45e77b84bca9cfbcf080d91986b5c0efe0732779c6a54ec' '396c25cfd740ffbb72209133c7b9453173167577265a4bb14502678de8d5a8f9' '3d2585f460f797c67f9e5149d3b3d52ff2481c48fd7cb791a03f5f0e68304d39' - 'f15f6e4df5e0925cbdaf3a7e045f2516b3a20d1f4606b6d3f91e17f8b35b5dc6' '0c3d54636407e0e13429b73959cace626253cd772e1d4870de0fb92b0b99545a' 'f18d27d98709dba8c5f9756672baaf0158fb4353c9edbdc2e80021f88ff34ced' 'e57174517b08cf8f9fb4f43a381d342d23d2db3cad661107f35ca21c39b5734d') @@ -59,8 +57,6 @@ prepare() { apply_patch_with_msg 0001-Update-g_fopen-g_open-and-g_creat-to-open-with-FILE_.patch apply_patch_with_msg 0002-disable_glib_compile_schemas_warning.patch apply_patch_with_msg 0004-disable-explicit-ms-bitfields.patch - # https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3322 - apply_patch_with_msg 0005-gstrfuncs-Improve-inline-version-of-g_strdup-to-avoi.patch } build() {