Date: Saturday, May 23, 2020 @ 16:46:49 Author: felixonmars Revision: 632226
upgpkg: haskell-text-manipulate 0.2.0.1-5: rebuild with tasty 1.3.1 Modified: haskell-text-manipulate/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 16:46:02 UTC (rev 632225) +++ PKGBUILD 2020-05-23 16:46:49 UTC (rev 632226) @@ -3,7 +3,7 @@ _hkgname=text-manipulate pkgname=haskell-text-manipulate pkgver=0.2.0.1 -pkgrel=4 +pkgrel=5 pkgdesc="Case conversion, word boundary manipulation, and textual subjugation" url="https://github.com/brendanhay/text-manipulate" license=('MPL2') @@ -19,7 +19,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$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
