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

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

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-03-20 21:33:15 UTC (rev 1166258)
+++ PKGBUILD    2022-03-20 21:33:21 UTC (rev 1166259)
@@ -3,7 +3,7 @@
 _hkgname=hslua-module-path
 pkgname=haskell-hslua-module-path
 pkgver=1.0.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Lua module to work with file paths."
 url="https://github.com/hslua/hslua-module-path";
 license=("MIT")
@@ -22,7 +22,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'

Reply via email to