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

Felix Yan felixonmars at gemini.archlinux.org
Wed Sep 22 10:36:59 UTC 2021


    Date: Wednesday, September 22, 2021 @ 10:36:58
  Author: felixonmars
Revision: 1021401

upgpkg: hindent 5.3.2-75: rebuild with random 1.2.1

Modified:
  hindent/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-22 10:34:53 UTC (rev 1021400)
+++ PKGBUILD	2021-09-22 10:36:58 UTC (rev 1021401)
@@ -3,7 +3,7 @@
 
 pkgname=hindent
 pkgver=5.3.2
-pkgrel=74
+pkgrel=75
 pkgdesc="Extensible Haskell pretty printer"
 url="https://github.com/mihaimaruseac/hindent"
 license=("BSD")
@@ -20,7 +20,7 @@
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests --datasubdir="$pkgname" \
-        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \
         --ghc-option='-pie'
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list