Date: Wednesday, April 21, 2021 @ 18:01:33 Author: felixonmars Revision: 920559
upgpkg: haskell-algebraic-graphs 0.5-80: rebuild with inspection-testing 0.4.4.0 Modified: haskell-algebraic-graphs/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-21 17:55:14 UTC (rev 920558) +++ PKGBUILD 2021-04-21 18:01:33 UTC (rev 920559) @@ -3,7 +3,7 @@ _hkgname=algebraic-graphs pkgname=haskell-algebraic-graphs pkgver=0.5 -pkgrel=79 +pkgrel=80 pkgdesc="A library for algebraic graph construction and transformation" url="https://github.com/snowleopard/alga" license=('MIT') @@ -37,7 +37,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
