Date: Wednesday, February 12, 2020 @ 05:58:34
  Author: felixonmars
Revision: 568288

upgpkg: hlint 2.2.3-1: rebuild with hlint 2.2.3

Modified:
  hlint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-02-12 05:54:36 UTC (rev 568287)
+++ PKGBUILD    2020-02-12 05:58:34 UTC (rev 568288)
@@ -2,21 +2,21 @@
 # Contributor: Arch Haskell Team <[email protected]>
 
 pkgname=hlint
-pkgver=2.1.14
-pkgrel=104
+pkgver=2.2.3
+pkgrel=1
 pkgdesc="Source code suggestions"
 url="http://community.haskell.org/~ndm/hlint/";
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-cmdargs' 
'haskell-cpphs'
-         'haskell-data-default' 'haskell-extra' 'haskell-hscolour' 
'haskell-refact'
-         'haskell-src-exts' 'haskell-src-exts-util' 'haskell-uniplate'
+         'haskell-data-default' 'haskell-extra' 'haskell-ghc' 
'haskell-hscolour' 'haskell-refact'
+         'haskell-src-exts' 'haskell-src-exts-util' 'haskell-syb' 
'haskell-uniplate'
          'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml')
 conflicts=('haskell-hlint')
 replaces=('haskell-hlint')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('d4c7474791252401740d121118576579dd82b2c6cd52072b28faaf39e431f0b378387675d70f122109e6dc111e9889a51310c1c8881f6e33c13b889be4f4bb41')
+sha512sums=('70d18ccae96437e03305409c32207015b46d2d3c1cf75f3d901145f1ff8ab5e10bfb324dfe9e27eda5edbaca01f5138ee0a1519e2933ac7e18e25f425e4c7977')
 
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"

Reply via email to