[arch-commits] Commit in shellcheck/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Oct 22 02:19:35 UTC 2016
Date: Saturday, October 22, 2016 @ 02:19:34
Author: felixonmars
Revision: 192897
upgpkg: shellcheck 0.4.5-1
Modified:
shellcheck/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-22 02:15:35 UTC (rev 192896)
+++ PKGBUILD 2016-10-22 02:19:34 UTC (rev 192897)
@@ -4,8 +4,8 @@
_hkgname=ShellCheck
pkgname=shellcheck
-pkgver=0.4.4
-pkgrel=5
+pkgver=0.4.5
+pkgrel=1
pkgdesc="Shell script analysis tool"
url="http://www.shellcheck.net"
license=("GPL")
@@ -14,7 +14,7 @@
makedepends=("ghc=8.0.1" "haskell-json" "haskell-mtl" "haskell-parsec" "haskell-quickcheck"
"haskell-regex-tdfa")
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('6cc50790d25b6f330037c3612c21460aa75839cc32c65e10ea6b35f9f4488768')
+sha256sums=('53039ac314b99af691a99aec111572ee51b0579280c7fa5795ac48d0c4e02fa7')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list