Date: Sunday, June 28, 2020 @ 07:50:44 Author: felixonmars Revision: 655098
upgpkg: haskell-pretty-simple 3.3.0.0-1: rebuild with pretty-simple 3.3.0.0 Modified: haskell-pretty-simple/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-28 07:04:44 UTC (rev 655097) +++ PKGBUILD 2020-06-28 07:50:44 UTC (rev 655098) @@ -2,8 +2,8 @@ _hkgname=pretty-simple pkgname=haskell-pretty-simple -pkgver=3.2.3.0 -pkgrel=4 +pkgver=3.3.0.0 +pkgrel=1 pkgdesc="Pretty printer for data types with a 'Show' instance" url="https://github.com/cdepillabout/pretty-simple" license=('BSD') @@ -11,7 +11,7 @@ depends=('ghc-libs' 'haskell-ansi-terminal') makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-glob' 'haskell-quickcheck') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('ab10fa481e88319ee63839e561e0c8050806568664230adfcd7ace705b069f2c160e9b8889c95ae027831e17a2ffc7fb69f533be42305ffe2d705077d7014ec4') +sha512sums=('4a3b0294c928879efac67a0e2dbd07390a5ec4eff5ed007fa4b6787b771795428e3b87eabf1fb92b93930ae053a2a4c541d4758c459248fd210d1a99ee5d47ce') build() { cd $_hkgname-$pkgver
