Date: Friday, April 23, 2021 @ 10:44:44 Author: felixonmars Revision: 922239
upgpkg: haskell-tomland 1.3.3.0-11: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-tomland/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-23 10:42:56 UTC (rev 922238) +++ PKGBUILD 2021-04-23 10:44:44 UTC (rev 922239) @@ -4,7 +4,7 @@ _hkgname=tomland pkgname=haskell-tomland pkgver=1.3.3.0 -pkgrel=10 +pkgrel=11 pkgdesc="Implementation of bidirectional TOML serialization." url="https://github.com/kowainik/tomland" license=('MPL2') @@ -39,7 +39,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
