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

Felix Yan felixonmars at archlinux.org
Tue Apr 20 19:54:42 UTC 2021


    Date: Tuesday, April 20, 2021 @ 19:54:42
  Author: felixonmars
Revision: 920350

upgpkg: shellcheck 0.7.2-1: rebuild with ShellCheck 0.7.2

Modified:
  shellcheck/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-20 19:53:07 UTC (rev 920349)
+++ PKGBUILD	2021-04-20 19:54:42 UTC (rev 920350)
@@ -3,20 +3,20 @@
 
 _hkgname=ShellCheck
 pkgname=shellcheck
-pkgver=0.7.1
-pkgrel=361
+pkgver=0.7.2
+pkgrel=1
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net"
 license=("GPL")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-aeson' 'haskell-diff' 'haskell-quickcheck' 'haskell-regex-tdfa')
-makedepends=('ghc' 'pandoc')
+makedepends=('ghc' 'pandoc' 'uusi')
 source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz")
-sha512sums=('95ca827f50035e352eabfbee9eb1791278f7c18c10c3a6c2656c5b9e87396b7b6c088f4cefa3d6f954ac6c2765ea50e232985b9f3eeea2dbe77c17473cc4a437')
+sha512sums=('87b7377add4ce37766f9fd812cd9bf03097c9ba452b646e7ae1dc65946a7210c9d24d8c83b4be4146a0f100aff5bc9a3a562b3990c74f1c29ee191e249f97714')
 
 prepare() {
     cd $pkgname-$pkgver
-    echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+    gen-setup
 }
 
 build() {



More information about the arch-commits mailing list