Date: Sunday, June 7, 2020 @ 10:19:38 Author: felixonmars Revision: 639917
upgpkg: hlint 3.1.1-7: rebuild with ghc-lib-parser-ex 8.10.0.11 Modified: hlint/trunk/PKGBUILD ----------+ PKGBUILD | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-07 10:18:12 UTC (rev 639916) +++ PKGBUILD 2020-06-07 10:19:38 UTC (rev 639917) @@ -3,7 +3,7 @@ pkgname=hlint pkgver=3.1.1 -pkgrel=6 +pkgrel=7 pkgdesc="Source code suggestions" url="http://community.haskell.org/~ndm/hlint/" license=("BSD") @@ -16,15 +16,9 @@ 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=('5f694637a72c4177e663351cbb4846842c9cfa6fc8be49c8819983afac43f5a83d21da1f0be119b2ac293ba44138736ba3ffaefc8225e00d58294285d384b5d5') -prepare() { - #mv $pkgname-{$_commit,$pkgver} - : -} - build() { cd "${srcdir}/${pkgname}-${pkgver}" runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
