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

Felix Yan felixonmars at gemini.archlinux.org
Sun Mar 20 21:33:06 UTC 2022


    Date: Sunday, March 20, 2022 @ 21:33:06
  Author: felixonmars
Revision: 1166257

upgpkg: haskell-hslua-module-system 1.0.0-7: rebuild with lua (enable system lua)

Modified:
  haskell-hslua-module-system/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-20 21:33:01 UTC (rev 1166256)
+++ PKGBUILD	2022-03-20 21:33:06 UTC (rev 1166257)
@@ -3,7 +3,7 @@
 _hkgname=hslua-module-system
 pkgname=haskell-hslua-module-system
 pkgver=1.0.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Lua module wrapper around Haskell's System module"
 url="https://github.com/hslua/hslua"
 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
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list