Date: Wednesday, November 15, 2017 @ 07:35:06 Author: felixonmars Revision: 266820
upgpkg: hlint 2.0.10-1 rebuild with hlint,2.0.10 Modified: hlint/trunk/PKGBUILD ----------+ PKGBUILD | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-11-15 07:29:22 UTC (rev 266819) +++ PKGBUILD 2017-11-15 07:35:06 UTC (rev 266820) @@ -3,23 +3,24 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=hlint -pkgver=2.0.9 -pkgrel=24 +pkgver=2.0.10 +pkgrel=1 pkgdesc="Source code suggestions" url="http://community.haskell.org/~ndm/hlint/" license=("custom:BSD3") -arch=('i686' 'x86_64') -depends=('ghc-libs' "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") +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-text' '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=('f2082eec31b73c2c1b1f7ce246b15178d00c8e6f9840619fc11c545cde4120713c274236c85993e217c17886cd824276cf2738c32aeaf67af9c8b4c147c09cf7') +sha512sums=('f5fd59041bef8f5dd087e4f4b9a393c015266cae4543c3eaedafbf67f883bf6fcda32c75afdf07339ddb2dffac3cb36b74bc3fb7fa09f22aa2be7caea7a8c5c2') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "${srcdir}/${pkgname}-${pkgver}" runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
