Date: Saturday, March 18, 2023 @ 08:49:25 Author: felixonmars Revision: 1421949
upgpkg: haskell-gi-glib 2.0.27-33: rebuild with fixed haskell-gi Modified: haskell-gi-glib/trunk/PKGBUILD ----------+ PKGBUILD | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-18 07:37:47 UTC (rev 1421948) +++ PKGBUILD 2023-03-18 08:49:25 UTC (rev 1421949) @@ -3,7 +3,7 @@ _hkgname=gi-glib pkgname=haskell-gi-glib pkgver=2.0.27 -pkgrel=32 +pkgrel=33 pkgdesc="GLib bindings" url="https://github.com/haskell-gi/haskell-gi" license=("LGPL2.1") @@ -13,11 +13,6 @@ 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
