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

Felix Yan felixonmars at gemini.archlinux.org
Sun Mar 20 21:29:01 UTC 2022


    Date: Sunday, March 20, 2022 @ 21:29:01
  Author: felixonmars
Revision: 1166237

upgpkg: haskell-hslua-core 2.0.0.2-21: rebuild with lua (enable system lua)

Modified:
  haskell-hslua-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-20 21:27:44 UTC (rev 1166236)
+++ PKGBUILD	2022-03-20 21:29:01 UTC (rev 1166237)
@@ -3,7 +3,7 @@
 _hkgname=hslua-core
 pkgname=haskell-hslua-core
 pkgver=2.0.0.2
-pkgrel=20
+pkgrel=21
 pkgdesc="Bindings to Lua, an embeddable scripting language"
 url="https://hslua.org/"
 license=("MIT")
@@ -23,7 +23,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'



More information about the arch-commits mailing list