Date: Saturday, February 12, 2022 @ 00:38:26 Author: heftig Revision: 1132367
2.70.4-1 Modified: lib32-glib2/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-12 00:17:05 UTC (rev 1132366) +++ PKGBUILD 2022-02-12 00:38:26 UTC (rev 1132367) @@ -4,7 +4,7 @@ # Contributor: Mikko Seppälä <[email protected]> pkgname=lib32-glib2 -pkgver=2.70.3 +pkgver=2.70.4 pkgrel=1 pkgdesc="Low level core library (32-bit)" url="https://wiki.gnome.org/Projects/GLib" @@ -26,6 +26,9 @@ prepare() { cd glib + # Unicode 14 + git cherry-pick -n ab895d91d570a18ac74d6f4f6390488210d8fb15 + # Test suite workaround git apply -3 ../multilib.diff }
