Date: Sunday, June 21, 2020 @ 06:28:25 Author: felixonmars Revision: 648727
upgpkg: haskell-prettyprinter 1.6.2-1: rebuild with prettyprinter 1.6.2 Modified: haskell-prettyprinter/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-21 06:13:13 UTC (rev 648726) +++ PKGBUILD 2020-06-21 06:28:25 UTC (rev 648727) @@ -2,8 +2,8 @@ _hkgname=prettyprinter pkgname=haskell-prettyprinter -pkgver=1.6.1 -pkgrel=13 +pkgver=1.6.2 +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-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('4623cec5c2034f08bce57320d9cedce4c893977868e2c98191c060d6442c2c19c946a07dc8dc2a31dd03c726f392dfff6509ca837d9c75974637e7ffc5099496') +sha512sums=('f5815a013472fcd613c15bc02371a216887924c9f938813a8b1bfceb64777998334b4327b6e7cd8c50a21871f985a497e066d7c902e16719bd9da7c62ab7167e') build() { cd $_hkgname-$pkgver
