Date: Thursday, May 27, 2021 @ 21:30:00 Author: felixonmars Revision: 949169
upgpkg: haskell-text-icu 0.7.1.0-1: rebuild with text-icu 0.7.1.0 Modified: haskell-text-icu/trunk/PKGBUILD Deleted: haskell-text-icu/trunk/icu68.patch -------------+ PKGBUILD | 15 ++++----------- icu68.patch | 18 ------------------ 2 files changed, 4 insertions(+), 29 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-27 21:25:51 UTC (rev 949168) +++ PKGBUILD 2021-05-27 21:30:00 UTC (rev 949169) @@ -3,8 +3,8 @@ _hkgname=text-icu pkgname=haskell-text-icu -pkgver=0.7.0.1 -pkgrel=38 +pkgver=0.7.1.0 +pkgrel=1 pkgdesc="Bindings to the ICU library" url="https://github.com/bos/text-icu" license=("BSD") @@ -11,16 +11,9 @@ arch=('x86_64') depends=('ghc-libs' 'icu') makedepends=('ghc') -source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz" - icu68.patch) -sha512sums=('54551ce0d629bffcca32fc855bfcdf2e24282359ce3a32578a98de4f4ad15378fa7df98c59d73323549a2ac873b10a10202bda02f5be83fbe1ab945aac5e50a9' - '315e366a2d428df2a1ff0064fea15c26cce4581754e9259c832b0f4ad71a50b96e02e9d76548e93f5d7682930d0826d02766db17105110bcf06add542aa67a77') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") +sha512sums=('807a1385b7601edcfa6142a8e107df1b3c2820974218e2bafadb8a42eda3b68a0a16d222d75120b422e5ca9f4cd4f52f39d2b7938a541692ed4d633d5750089a') -prepare() { - cd $_hkgname-$pkgver - patch -Np1 -i ../icu68.patch -} - build() { cd $_hkgname-$pkgver Deleted: icu68.patch =================================================================== --- icu68.patch 2021-05-27 21:25:51 UTC (rev 949168) +++ icu68.patch 2021-05-27 21:30:00 UTC (rev 949169) @@ -1,18 +0,0 @@ -diff -upr text-icu-0.7.0.1.orig/cbits/text_icu.c text-icu-0.7.0.1/cbits/text_icu.c ---- text-icu-0.7.0.1.orig/cbits/text_icu.c 2015-01-09 06:58:03.000000000 +0200 -+++ text-icu-0.7.0.1/cbits/text_icu.c 2020-12-19 08:34:48.487152611 +0200 -@@ -1,3 +1,5 @@ -+#include <stdbool.h> -+ - #include "hs_text_icu.h" - - UBreakIterator* __hs_ubrk_open(UBreakIteratorType type, const char *locale, -@@ -305,7 +307,7 @@ int32_t __hs_u_strFoldCase(UChar *dest, - - int32_t __hs_u_strCompareIter(UCharIterator *iter1, UCharIterator *iter2) - { -- return u_strCompareIter(iter1, iter2, TRUE); -+ return u_strCompareIter(iter1, iter2, true); - } - - UBlockCode __hs_ublock_getCode(UChar32 c)
