Date: Sunday, March 8, 2020 @ 14:48:10 Author: felixonmars Revision: 592123
upgpkg: haskell-prettyprinter 1.5.0-1: rebuild with prettyprinter 1.5.0 Modified: haskell-prettyprinter/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-08 14:45:21 UTC (rev 592122) +++ PKGBUILD 2020-03-08 14:48:10 UTC (rev 592123) @@ -2,8 +2,8 @@ _hkgname=prettyprinter pkgname=haskell-prettyprinter -pkgver=1.4.0 -pkgrel=4 +pkgver=1.5.0 +pkgrel=1 pkgdesc="A modern, easy to use, well-documented, extensible prettyprinter." url="https://github.com/hspec/prettyprinter" license=('custom:BSD2') @@ -12,7 +12,7 @@ makedepends=('ghc' 'haskell-doctest' 'haskell-pgp-wordlist' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('7d14a315afd3af217d1064cf85ff1b6d54c263a7563841f7e1d5d434e5ef8a1af1af1b1ad44af3769d3df259d2039580f90757a5d7bad7bc28faf8202cfc3064') +sha512sums=('9e9fc3fa295e760319bf83482cd8cb4bcdf53b805a554bbc5a6b7e10bf43dad108f6d0d52b3bb9c01c65821795c2b9fee5ea12c71c924b228be7f04e3a81f1c6') build() { cd $_hkgname-$pkgver
