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

Felix Yan felixonmars at gemini.archlinux.org
Mon Mar 21 01:27:58 UTC 2022


    Date: Monday, March 21, 2022 @ 01:27:57
  Author: felixonmars
Revision: 1166460

upgpkg: shellcheck 0.8.0-67: rebuild with hslua 2.0.1

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-21 01:24:47 UTC (rev 1166459)
+++ PKGBUILD	2022-03-21 01:27:57 UTC (rev 1166460)
@@ -5,7 +5,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.8.0
-pkgrel=66
+pkgrel=67
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net"
 license=("GPL")
@@ -24,7 +24,7 @@
     cd $pkgname-$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='-pie'
     runhaskell Setup build $MAKEFLAGS



More information about the arch-commits mailing list