[arch-commits] Commit in haskell-hslua/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sun Mar 20 21:32:30 UTC 2022


    Date: Sunday, March 20, 2022 @ 21:32:30
  Author: felixonmars
Revision: 1166253

upgpkg: haskell-hslua 2.0.0-6: rebuild with lua (enable system lua)

Modified:
  haskell-hslua/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-20 21:32:02 UTC (rev 1166252)
+++ PKGBUILD	2022-03-20 21:32:30 UTC (rev 1166253)
@@ -4,7 +4,7 @@
 _hkgname=hslua
 pkgname=haskell-hslua
 pkgver=2.0.0
-pkgrel=5
+pkgrel=6
 pkgdesc="A Lua language interpreter embedding in Haskell"
 url="https://hslua.org"
 license=("MIT")
@@ -24,9 +24,8 @@
     cd $_hkgname-$pkgver
 
     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 --ghc-option=-fllvm \
-            -fsystem-lua -fpkg-config
+        --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" --enable-tests \
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list