Date: Monday, March 21, 2022 @ 03:15:27 Author: felixonmars Revision: 1166583
upgpkg: haskell-js-jquery 3.3.1-777: rebuil with memory 0.17.0 Modified: haskell-js-jquery/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 03:14:54 UTC (rev 1166582) +++ PKGBUILD 2022-03-21 03:15:27 UTC (rev 1166583) @@ -4,7 +4,7 @@ _hkgname=js-jquery pkgname=haskell-js-jquery pkgver=3.3.1 -pkgrel=776 +pkgrel=777 pkgdesc="Obtain minified jQuery code" url="https://github.com/ndmitchell/js-jquery#readme" license=("MIT") @@ -24,7 +24,7 @@ fi runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" "${_opts[@]}" \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname "${_opts[@]}" \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
