Date: Thursday, April 22, 2021 @ 13:08:39 Author: felixonmars Revision: 921047
upgpkg: haskell-base64-bytestring 1.2.0.1-51: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-base64-bytestring/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 13:07:40 UTC (rev 921046) +++ PKGBUILD 2021-04-22 13:08:39 UTC (rev 921047) @@ -7,7 +7,7 @@ _hkgname=base64-bytestring pkgname=haskell-base64-bytestring pkgver=1.2.0.1 -pkgrel=50 +pkgrel=51 pkgdesc="Fast base64 encoding and decoding for ByteStrings" url="https://github.com/bos/base64-bytestring" license=('BSD') @@ -33,7 +33,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {