Date: Thursday, March 24, 2022 @ 01:47:16 Author: felixonmars Revision: 1173210
upgpkg: haskell-store 0.7.14-2: rebuild with hspec 2.9.3, hspec-core 2.9.3, hspec-discover 2.9.3, hspec-meta 2.9.2 Modified: haskell-store/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-24 01:47:10 UTC (rev 1173209) +++ PKGBUILD 2022-03-24 01:47:16 UTC (rev 1173210) @@ -3,7 +3,7 @@ _hkgname=store pkgname=haskell-store pkgver=0.7.14 -pkgrel=1 +pkgrel=2 pkgdesc="Fast binary serialization" url="https://github.com/mgsloan/store" license=('BSD') @@ -41,7 +41,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
