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

Felix Yan felixonmars at archlinux.org
Tue Apr 20 18:32:28 UTC 2021


    Date: Tuesday, April 20, 2021 @ 18:32:28
  Author: felixonmars
Revision: 920210

upgpkg: shellcheck 0.7.1-361: rebuild with http2 3.0.0, warp 3.3.15

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-20 18:32:27 UTC (rev 920209)
+++ PKGBUILD	2021-04-20 18:32:28 UTC (rev 920210)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.7.1
-pkgrel=360
+pkgrel=361
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net"
 license=("GPL")
@@ -37,7 +37,7 @@
 
 check() {
     cd $pkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list