Date: Saturday, August 27, 2022 @ 11:08:58 Author: felixonmars Revision: 1284712
upgpkg: haskell-pretty-simple 4.1.1.0-1: rebuild with pretty-simple 4.1.1.0 Modified: haskell-pretty-simple/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-27 11:05:14 UTC (rev 1284711) +++ PKGBUILD 2022-08-27 11:08:58 UTC (rev 1284712) @@ -2,8 +2,8 @@ _hkgname=pretty-simple pkgname=haskell-pretty-simple -pkgver=4.1.0.0 -pkgrel=36 +pkgver=4.1.1.0 +pkgrel=1 pkgdesc="Pretty printer for data types with a 'Show' instance" url="https://github.com/cdepillabout/pretty-simple" license=('BSD') @@ -12,7 +12,7 @@ 'haskell-prettyprinter-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=('e293be11be5feb2d536241510666c45322968ebba2fccdbe54565c79b004e9603c47f8331fb8dbbc2e600bb2930f4d3a65efd5f6cd6ec52df8f544cac22665a1') +sha512sums=('ac2c6b7efa477109229e71adbfb287d0b697720d22eb0cbad6545622d65249149d7af9cc497042e7746571579610dce078da2e3db93e104f1161bda0ec87ccc5') build() { cd $_hkgname-$pkgver
