Date: Saturday, March 18, 2023 @ 03:36:22 Author: felixonmars Revision: 1421590
upgpkg: haskell-gi-glib 2.0.27-32: rebuild with network 3.1.2.8 Modified: haskell-gi-glib/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-18 03:33:27 UTC (rev 1421589) +++ PKGBUILD 2023-03-18 03:36:22 UTC (rev 1421590) @@ -3,7 +3,7 @@ _hkgname=gi-glib pkgname=haskell-gi-glib pkgver=2.0.27 -pkgrel=31 +pkgrel=32 pkgdesc="GLib bindings" url="https://github.com/haskell-gi/haskell-gi" license=("LGPL2.1") @@ -13,6 +13,11 @@ source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") sha256sums=('c21bf0f283a2b6dd2fd6edd2185065f628d59349483348a394656a7ae89aa031') +prepare() { + cd $_hkgname-$pkgver + sed -i '/ignore utf8_to_utf16/a ignore unicode_canonical_ordering' GLib.overrides +} + build() { cd $_hkgname-$pkgver
