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

Felix Yan felixonmars at archlinux.org
Fri Feb 14 14:18:16 UTC 2020


    Date: Friday, February 14, 2020 @ 14:18:15
  Author: felixonmars
Revision: 571050

upgpkg: hlint 2.2.4-1: rebuild with hlint 2.2.4

Modified:
  hlint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-14 14:14:08 UTC (rev 571049)
+++ PKGBUILD	2020-02-14 14:18:15 UTC (rev 571050)
@@ -2,21 +2,22 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=hlint
-pkgver=2.2.3
-pkgrel=3
+pkgver=2.2.4
+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-ghc' 'haskell-hscolour' 'haskell-refact'
-         'haskell-src-exts' 'haskell-src-exts-util' 'haskell-syb' 'haskell-uniplate'
-         'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml')
+         'haskell-data-default' 'haskell-extra' 'haskell-filepattern' '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=('70d18ccae96437e03305409c32207015b46d2d3c1cf75f3d901145f1ff8ab5e10bfb324dfe9e27eda5edbaca01f5138ee0a1519e2933ac7e18e25f425e4c7977')
+sha512sums=('5b33d708565dab5c587f7eabda351b3781976bb7df2c18ef0e67c47af5f81e87dfab6d4262619c866edbd9893f6e551305db49969249f041fa39d88ce0361db7')
 
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list