Date: Saturday, May 23, 2020 @ 16:47:47 Author: felixonmars Revision: 632228
upgpkg: haskell-text-metrics 0.3.0-55: rebuild with tasty 1.3.1 Modified: haskell-text-metrics/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 16:47:04 UTC (rev 632227) +++ PKGBUILD 2020-05-23 16:47:47 UTC (rev 632228) @@ -3,7 +3,7 @@ _hkgname=text-metrics pkgname=haskell-text-metrics pkgver=0.3.0 -pkgrel=54 +pkgrel=55 pkgdesc="Calculate various string metrics efficiently" url="https://github.com/mrkkrp/text-metrics" license=('BSD') @@ -24,7 +24,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
