Date: Wednesday, May 20, 2020 @ 08:57:11 Author: felixonmars Revision: 630565
upgpkg: haskell-hpack 0.33.1-1: rebuild with hpack 0.33.1 Modified: haskell-hpack/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-20 08:56:04 UTC (rev 630564) +++ PKGBUILD 2020-05-20 08:57:11 UTC (rev 630565) @@ -4,8 +4,8 @@ pkgname=haskell-hpack _hkgname=hpack -pkgver=0.33.0 -pkgrel=123 +pkgver=0.33.1 +pkgrel=1 pkgdesc="A modern format for Haskell packages" url="https://github.com/sol/hpack#readme" license=("MIT") @@ -17,7 +17,7 @@ makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-hspec' 'haskell-interpolate' 'haskell-mockery' 'haskell-temporary') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz") -sha512sums=('8d70bea1c18e9a26fe137f6e20fec4af28dff6ebc50981d2f57ad9a8e0b9574ff158adb5ba16597b6a5f0e4d843c09fee57dd82407dc1383b1e07453b64d010b') +sha512sums=('f6214d43ba55bcfcfbf25379d381f12057f650617bcc29b0af8fd01a1176e3df2930b7a7a3915aaa4360dc6107223d0b44a6e1a89d8930ec8b62073fadbe12de') build() { cd $_hkgname-$pkgver
