Date: Thursday, April 22, 2021 @ 16:39:22 Author: felixonmars Revision: 921256
upgpkg: haskell-unicode-transforms 0.3.7.1-60: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-unicode-transforms/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 16:37:38 UTC (rev 921255) +++ PKGBUILD 2021-04-22 16:39:22 UTC (rev 921256) @@ -3,7 +3,7 @@ _hkgname=unicode-transforms pkgname=haskell-unicode-transforms pkgver=0.3.7.1 -pkgrel=59 +pkgrel=60 pkgdesc="Unicode transforms (normalization NFC/NFD/NFKC/NFKD)" url="https://github.com/composewell/unicode-transforms/" license=('BSD') @@ -30,7 +30,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
