Date: Monday, June 19, 2017 @ 15:57:23 Author: felixonmars Revision: 238665
upgpkg: hlint 2.0.9-1 rebuild with hlint,2.0.9 Modified: hlint/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-19 15:47:27 UTC (rev 238664) +++ PKGBUILD 2017-06-19 15:57:23 UTC (rev 238665) @@ -3,19 +3,19 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=hlint -pkgver=2.0.8 -pkgrel=9 +pkgver=2.0.9 +pkgrel=1 pkgdesc="Source code suggestions" url="http://community.haskell.org/~ndm/hlint/" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-ansi-terminal" "haskell-cmdargs" "haskell-cpphs" "haskell-extra" +depends=('ghc' "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") conflicts=('haskell-hlint') replaces=('haskell-hlint') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('c8d1db8b11afe778fb8ae193f595e784931ee40ba348e9b892f162ef6376dc43e6794e6a7ed33294b1db4653de6d0fb4e99f6368b3c8cfea1bc829503a685b45') +sha512sums=('f2082eec31b73c2c1b1f7ce246b15178d00c8e6f9840619fc11c545cde4120713c274236c85993e217c17886cd824276cf2738c32aeaf67af9c8b4c147c09cf7') build() { cd "${srcdir}/${pkgname}-${pkgver}"
