Date: Thursday, June 2, 2022 @ 15:28:07 Author: felixonmars Revision: 1218684
upgpkg: haskell-pantry 0.5.4-32: rebuild with x509 1.7.7 Modified: haskell-pantry/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-02 15:23:43 UTC (rev 1218683) +++ PKGBUILD 2022-06-02 15:28:07 UTC (rev 1218684) @@ -3,7 +3,7 @@ _hkgname=pantry pkgname=haskell-pantry pkgver=0.5.4 -pkgrel=31 +pkgrel=32 pkgdesc="Content addressable Haskell package management" url="https://github.com/commercialhaskell/pantry" license=('BSD') @@ -45,7 +45,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test --show-details=direct + LANG=en_US.UTF-8 runhaskell Setup test --show-details=direct } package() {
