Date: Wednesday, May 25, 2016 @ 17:27:03 Author: fyan Revision: 176983
upgpkg: shellcheck 0.4.4-3 rebuild with ghc-8.0.1, base-prelude-1.0.1.1, cabal-install-1.24.0.0, cairo-0.13.2.0, cmark-0.5.2.1, data-default-0.7.0, data-default-class-0.1.0, extra-1.4.7, generic-trie-0.3.0.2, glib-0.13.3.0, gtk3-0.14.3, haddock-api-2.17.2, haddock-library-1.4.1, js-jquery-1.12.4, memory-0.13, microlens-0.4.4.0, network-multicast-0.1.1, pango-0.13.2.0, simple-sendfile-0.2.24, stack-1.1.2, texmath-0.8.6.3, wai-3.2.1.1 Modified: shellcheck/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-25 15:24:30 UTC (rev 176982) +++ PKGBUILD 2016-05-25 15:27:03 UTC (rev 176983) @@ -5,15 +5,14 @@ _hkgname=ShellCheck pkgname=shellcheck pkgver=0.4.4 -pkgrel=2 +pkgrel=3 pkgdesc="Shell script analysis tool" url="http://www.shellcheck.net" license=("GPL") arch=('i686' 'x86_64') depends=('libffi' 'gmp') -makedepends=("ghc=7.10.3" "haskell-json" "haskell-mtl" "haskell-parsec" "haskell-quickcheck" +makedepends=("ghc=8.0.1" "haskell-json" "haskell-mtl" "haskell-parsec" "haskell-quickcheck" "haskell-regex-tdfa") -options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('6cc50790d25b6f330037c3612c21460aa75839cc32c65e10ea6b35f9f4488768')
