Date: Tuesday, May 30, 2017 @ 00:58:38
  Author: felixonmars
Revision: 231089

upgpkg: hlint 2.0.8-1

rebuild with hlint,2.0.8

Modified:
  hlint/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-05-30 00:11:51 UTC (rev 231088)
+++ PKGBUILD    2017-05-30 00:58:38 UTC (rev 231089)
@@ -4,17 +4,17 @@
 
 pkgbase=hlint
 pkgname=(hlint haskell-hlint)
-pkgver=1.9.41
-pkgrel=11
+pkgver=2.0.8
+pkgrel=1
 pkgdesc="Source code suggestions"
 url="http://community.haskell.org/~ndm/hlint/";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-makedepends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-cmdargs" 
"haskell-cpphs"
-             "haskell-extra" "haskell-src-exts" "haskell-hscolour" 
"haskell-uniplate"
-             "haskell-refact")
+makedepends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-cmdargs" 
"haskell-cpphs" "haskell-extra"
+             "haskell-src-exts" "haskell-hscolour" "haskell-uniplate" 
"haskell-refact"
+             "haskell-text" "haskell-unordered-containers" "haskell-vector" 
"haskell-yaml")
 
source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
-sha256sums=('2d9299f7952af44b2f06a67af917859fd51e1056c7d405f0930769ea1e093fb4')
+sha512sums=('c8d1db8b11afe778fb8ae193f595e784931ee40ba348e9b892f162ef6376dc43e6794e6a7ed33294b1db4653de6d0fb4e99f6368b3c8cfea1bc829503a685b45')
 
 build() {
     cd "${srcdir}/${pkgbase}-${pkgver}"    

Reply via email to