Date: Sunday, February 5, 2023 @ 00:15:03 Author: felixonmars Revision: 1392614
upgpkg: haskell-hpack 0.35.2-1: rebuild with hpack 0.35.2 Modified: haskell-hpack/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-05 00:08:33 UTC (rev 1392613) +++ PKGBUILD 2023-02-05 00:15:03 UTC (rev 1392614) @@ -4,8 +4,8 @@ pkgname=haskell-hpack _hkgname=hpack -pkgver=0.35.1 -pkgrel=14 +pkgver=0.35.2 +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=('b3c9edd5b280cf6bdec4b5ab36effaf756e8fee8cb8fa0e501da4cbe3dff14612c1aff2b35282d4f41662b739b3645210dd89c551f278fa0616796586ca619e9') +sha512sums=('0b07a509bc429199fefecfc6963aee71987540cdb8901b4d26034db426252d9a42f206607ee162c917343b7146a9cd1eb560703f4bb65594537d3f62255d0ca7') build() { cd $_hkgname-$pkgver
