Date: Sunday, March 20, 2022 @ 21:57:06 Author: felixonmars Revision: 1166277
upgpkg: haskell-ci 0.12.1-182: rebuild with lua (enable system lua) Modified: haskell-ci/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-20 21:55:40 UTC (rev 1166276) +++ PKGBUILD 2022-03-20 21:57:06 UTC (rev 1166277) @@ -4,7 +4,7 @@ _hkgname=haskell-ci pkgname=haskell-ci pkgver=0.12.1 -pkgrel=181 +pkgrel=182 pkgdesc="Cabal package script generator for Travis-CI" url="https://haskell-ci.rtfd.org/" license=("GPL") @@ -27,7 +27,7 @@ cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie'
