Date: Sunday, June 3, 2018 @ 10:34:32 Author: felixonmars Revision: 339018
upgpkg: haskell-hjsonschema 1.9.0-20 rebuild with tasty 1.1.0.1 Modified: haskell-hjsonschema/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-03 10:30:07 UTC (rev 339017) +++ PKGBUILD 2018-06-03 10:34:32 UTC (rev 339018) @@ -5,7 +5,7 @@ _hkgname=hjsonschema pkgname=haskell-hjsonschema pkgver=1.9.0 -pkgrel=19 +pkgrel=20 pkgdesc="JSON Schema library" url="https://github.com/seagreen/hjsonschema" license=("MIT") @@ -33,7 +33,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test || warning "json-schema.org is NXDOMAIN as of 2018-06-03" } package() {
