Date: Thursday, April 22, 2021 @ 17:12:51 Author: felixonmars Revision: 921310
upgpkg: haskell-libbf 0.6.2-15: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-libbf/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 17:12:03 UTC (rev 921309) +++ PKGBUILD 2021-04-22 17:12:51 UTC (rev 921310) @@ -3,7 +3,7 @@ _hkgname=libBF pkgname=haskell-libbf pkgver=0.6.2 -pkgrel=14 +pkgrel=15 pkgdesc="A binding to the libBF library" url="https://github.com/GaloisInc/libBF-hs" license=('MIT') @@ -29,7 +29,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
