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

Felix Yan felixonmars at archlinux.org
Thu May 21 07:03:35 UTC 2020


    Date: Thursday, May 21, 2020 @ 07:03:35
  Author: felixonmars
Revision: 631052

upgpkg: hlint 3.0-1: rebuild with hlint 3.0

Modified:
  hlint/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-21 06:57:36 UTC (rev 631051)
+++ PKGBUILD	2020-05-21 07:03:35 UTC (rev 631052)
@@ -2,9 +2,8 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=hlint
-pkgver=2.2.11
-_commit=285c815669879c07f6c6f72592ddc6dcbdeb67e7
-pkgrel=54
+pkgver=3.0
+pkgrel=1
 pkgdesc="Source code suggestions"
 url="http://community.haskell.org/~ndm/hlint/"
 license=("BSD")
@@ -12,17 +11,18 @@
 depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-cmdargs' 'haskell-cpphs'
          'haskell-data-default' 'haskell-extra' 'haskell-file-embed' 'haskell-filepattern'
          'haskell-ghc' 'haskell-ghc-lib-parser-ex' 'haskell-hscolour' 'haskell-refact'
-         'haskell-src-exts' 'haskell-src-exts-util' 'haskell-syb' 'haskell-uniplate'
-         'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector' 'haskell-yaml')
+         'haskell-syb' 'haskell-uniplate' 'haskell-unordered-containers' 'haskell-utf8-string'
+         'haskell-vector' 'haskell-yaml')
 conflicts=('haskell-hlint')
 replaces=('haskell-hlint')
 makedepends=('ghc')
-source=("https://github.com/ndmitchell/hlint/archive/$_commit/$pkgname-$_commit.tar.gz")
-#source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('72d896e5817b667e5f4e0f8ded6ee99485b3d3341cd9701b7306e798570ce1716efb7a7212d410a139d180c7d131d37609d82eed2d495a2fc92578adda19abdf')
+#source=("https://github.com/ndmitchell/hlint/archive/$_commit/$pkgname-$_commit.tar.gz")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('1765018dfac7e9ce9a1107042673a582c805b1bbcea99132aff9ee571edcff9950ea416ebcee26bc42ee63c86a568c2c0798ba99ad013c03477e4284133e7bd0')
 
 prepare() {
-    mv $pkgname-{$_commit,$pkgver}
+    #mv $pkgname-{$_commit,$pkgver}
+    :
 }
 
 build() {



More information about the arch-commits mailing list