Date: Monday, August 17, 2020 @ 12:53:28 Author: felixonmars Revision: 682610
upgpkg: haskell-wcwidth 0.0.2-11: rebuild with ghc 8.10.2 Modified: haskell-wcwidth/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-17 12:52:56 UTC (rev 682609) +++ PKGBUILD 2020-08-17 12:53:28 UTC (rev 682610) @@ -3,7 +3,7 @@ _hkgname=wcwidth pkgname=haskell-wcwidth pkgver=0.0.2 -pkgrel=10 +pkgrel=11 pkgdesc="Bindings for your system's native wcwidth" url="https://github.com/nikita-volkov/wcwidth" license=('BSD') @@ -19,7 +19,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
