Date: Saturday, May 23, 2020 @ 18:14:32 Author: felixonmars Revision: 632376
upgpkg: haskell-doctemplates 0.8.2-7: rebuild with tasty 1.3.1 Modified: haskell-doctemplates/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 18:13:05 UTC (rev 632375) +++ PKGBUILD 2020-05-23 18:14:32 UTC (rev 632376) @@ -3,7 +3,7 @@ _hkgname=doctemplates pkgname=haskell-doctemplates pkgver=0.8.2 -pkgrel=6 +pkgrel=7 pkgdesc="Pandoc-style document templates" url="https://github.com/jgm/doctemplates" license=("BSD") @@ -22,7 +22,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" --enable-tests \ --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
