Date: Friday, April 23, 2021 @ 01:33:10 Author: felixonmars Revision: 922043
upgpkg: haskell-simple-sendfile 0.2.30-171: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-simple-sendfile/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-23 01:31:43 UTC (rev 922042) +++ PKGBUILD 2021-04-23 01:33:10 UTC (rev 922043) @@ -4,7 +4,7 @@ _hkgname=simple-sendfile pkgname=haskell-simple-sendfile pkgver=0.2.30 -pkgrel=170 +pkgrel=171 pkgdesc="Cross platform library for the sendfile system call" url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") @@ -31,7 +31,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
