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

Felix Yan felixonmars at gemini.archlinux.org
Sun Mar 20 21:27:35 UTC 2022


    Date: Sunday, March 20, 2022 @ 21:27:35
  Author: felixonmars
Revision: 1166235

upgpkg: haskell-lua-arbitrary 1.0.1-9: rebuild with lua (enable system lua)

Modified:
  haskell-lua-arbitrary/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-20 21:27:21 UTC (rev 1166234)
+++ PKGBUILD	2022-03-20 21:27:35 UTC (rev 1166235)
@@ -3,7 +3,7 @@
 _hkgname=lua-arbitrary
 pkgname=haskell-lua-arbitrary
 pkgver=1.0.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Arbitrary instances for Lua types."
 url="https://hslua.org/"
 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'



More information about the arch-commits mailing list