Date: Thursday, April 22, 2021 @ 00:03:33 Author: felixonmars Revision: 920799
upgpkg: haskell-temporary 1.3-250: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-temporary/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 00:02:53 UTC (rev 920798) +++ PKGBUILD 2021-04-22 00:03:33 UTC (rev 920799) @@ -4,7 +4,7 @@ _hkgname=temporary pkgname=haskell-temporary pkgver=1.3 -pkgrel=249 +pkgrel=250 pkgdesc="Portable temporary file and directory support" url="https://www.github.com/batterseapower/temporary" license=("BSD") @@ -36,7 +36,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
