Date: Tuesday, May 19, 2020 @ 20:05:14 Author: felixonmars Revision: 630131
upgpkg: haskell-js-jquery 3.3.1-421: rebuild with tasty-golden 2.3.3.3 Modified: haskell-js-jquery/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-19 20:04:35 UTC (rev 630130) +++ PKGBUILD 2020-05-19 20:05:14 UTC (rev 630131) @@ -4,7 +4,7 @@ _hkgname=js-jquery pkgname=haskell-js-jquery pkgver=3.3.1 -pkgrel=420 +pkgrel=421 pkgdesc="Obtain minified jQuery code" url="https://github.com/ndmitchell/js-jquery#readme" license=("MIT") @@ -26,7 +26,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" "${_opts[@]}" \ --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
