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

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


    Date: Sunday, March 20, 2022 @ 21:30:57
  Author: felixonmars
Revision: 1166244

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

Modified:
  haskell-tasty-lua/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-20 21:30:48 UTC (rev 1166243)
+++ PKGBUILD	2022-03-20 21:30:57 UTC (rev 1166244)
@@ -3,7 +3,7 @@
 _hkgname=tasty-lua
 pkgname=haskell-tasty-lua
 pkgver=1.0.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Write tests in Lua, integrate into tasty."
 url="https://github.com/hslua/tasty-lua"
 license=('MIT')
@@ -18,7 +18,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