Date: Saturday, May 23, 2020 @ 15:27:03 Author: felixonmars Revision: 632070
upgpkg: haskell-boxes 0.1.5-42: rebuild with tasty 1.3.1 Modified: haskell-boxes/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 15:26:27 UTC (rev 632069) +++ PKGBUILD 2020-05-23 15:27:03 UTC (rev 632070) @@ -4,7 +4,7 @@ _hkgname=boxes pkgname=haskell-boxes pkgver=0.1.5 -pkgrel=41 +pkgrel=42 pkgdesc="2D text pretty-printing library" url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") @@ -20,7 +20,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid - runhaskell Setup build + runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh