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

Felix Yan felixonmars at gemini.archlinux.org
Thu Sep 23 10:52:48 UTC 2021


    Date: Thursday, September 23, 2021 @ 10:52:48
  Author: felixonmars
Revision: 1021791

upgpkg: shellcheck 0.7.2-84: rebuild with random 1.2.1

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-23 10:45:30 UTC (rev 1021790)
+++ PKGBUILD	2021-09-23 10:52:48 UTC (rev 1021791)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.7.2
-pkgrel=83
+pkgrel=84
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net"
 license=("GPL")
@@ -24,7 +24,7 @@
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
-        --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