Date: Tuesday, May 31, 2022 @ 07:21:07 Author: felixonmars Revision: 1216898
upgpkg: haskell-citeproc 0.6.0.1-49: rebuild with tasty-inspection-testing 0.1.0.1 Modified: haskell-citeproc/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-31 03:52:49 UTC (rev 1216897) +++ PKGBUILD 2022-05-31 07:21:07 UTC (rev 1216898) @@ -4,7 +4,7 @@ _hkgname=citeproc pkgname=haskell-citeproc pkgver=0.6.0.1 -pkgrel=48 +pkgrel=49 pkgdesc="Generates citations and bibliography from CSL styles." url="https://github.com/jgm/citeproc" license=("BSD") @@ -40,7 +40,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test --show-details=direct + LANG=en_US.UTF-8 runhaskell Setup test --show-details=direct } package() {
