Date: Friday, February 21, 2020 @ 13:31:05 Author: felixonmars Revision: 577516
upgpkg: hlint 2.2.8-1: rebuild with hlint 2.2.8 Modified: hlint/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-21 13:26:29 UTC (rev 577515) +++ PKGBUILD 2020-02-21 13:31:05 UTC (rev 577516) @@ -2,7 +2,7 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=hlint -pkgver=2.2.7 +pkgver=2.2.8 pkgrel=1 pkgdesc="Source code suggestions" url="http://community.haskell.org/~ndm/hlint/" @@ -9,15 +9,15 @@ license=("BSD") arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-cmdargs' 'haskell-cpphs' - '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') + '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') conflicts=('haskell-hlint') replaces=('haskell-hlint') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('cadd1850595025c5f533811d22ec4117a65eb9f10d1e9e66409a1f878cbffa06c0768d3b40cbb2e309ebc043cae17c45d3b5007f32d3a88987808ac49b0acea6') +sha512sums=('578f59bb345d353d23c4e8d50beaf6732202d77ff186f509366a536935f8be2048c7f4b6d8f74f373c7a95a7f90ce1bbb11bc3072a03ccf0181b5df9dadac57e') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -37,6 +37,6 @@ install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" runhaskell Setup copy --destdir="${pkgdir}" - install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3" }
