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

Felix Yan felixonmars at gemini.archlinux.org
Mon Mar 21 01:24:19 UTC 2022


    Date: Monday, March 21, 2022 @ 01:24:19
  Author: felixonmars
Revision: 1166456

upgpkg: haskell-hakyll 4.14.0.0-260: rebuild with hslua 2.0.1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-21 01:22:24 UTC (rev 1166455)
+++ PKGBUILD	2022-03-21 01:24:19 UTC (rev 1166456)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.14.0.0
-pkgrel=259
+pkgrel=260
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll"
 license=("BSD")
@@ -31,7 +31,7 @@
     cd $_hkgname-$pkgver
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$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 \
             -fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
     runhaskell Setup build $MAKEFLAGS



More information about the arch-commits mailing list