Date: Thursday, April 22, 2021 @ 22:07:08 Author: felixonmars Revision: 921815
upgpkg: haskell-filepattern 0.1.2-117: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-filepattern/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 22:06:22 UTC (rev 921814) +++ PKGBUILD 2021-04-22 22:07:08 UTC (rev 921815) @@ -3,7 +3,7 @@ _hkgname=filepattern pkgname=haskell-filepattern pkgver=0.1.2 -pkgrel=116 +pkgrel=117 pkgdesc="File path glob-like matching" url="https://github.com/ndmitchell/filepattern" license=('BSD') @@ -28,7 +28,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
