Date: Saturday, May 23, 2020 @ 15:17:54 Author: felixonmars Revision: 632050
upgpkg: haskell-configurator-pg 0.2.3-4: rebuild with tasty 1.3.1 Modified: haskell-configurator-pg/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 15:17:05 UTC (rev 632049) +++ PKGBUILD 2020-05-23 15:17:54 UTC (rev 632050) @@ -4,7 +4,7 @@ _hkgname=configurator-pg pkgname=haskell-configurator-pg pkgver=0.2.3 -pkgrel=3 +pkgrel=4 pkgdesc="Reduced parser for configurator-ng config files" url="https://github.com/robx/configurator-pg" license=("BSD") @@ -21,7 +21,7 @@ --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-developer - 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
