Date: Monday, March 27, 2017 @ 03:09:44 Author: felixonmars Revision: 219265
upgpkg: haskell-foldl 1.2.4-1 rebuild with foldl,1.2.4 Modified: haskell-foldl/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-27 02:58:13 UTC (rev 219264) +++ PKGBUILD 2017-03-27 03:09:44 UTC (rev 219265) @@ -4,8 +4,8 @@ _hkgname=foldl pkgname=haskell-foldl -pkgver=1.2.3 -pkgrel=4 +pkgver=1.2.4 +pkgrel=1 pkgdesc="Composable, streaming, and efficient left folds" url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") @@ -13,7 +13,7 @@ depends=("ghc=8.0.1" "haskell-mwc-random" "haskell-primitive" "haskell-text" "haskell-vector" "haskell-contravariant" "haskell-profunctors" "haskell-comonad") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('fb081168f7736a04dc68db348d2e0bc58d535da5ed74c4394a022dbaa46d3f25') +sha512sums=('54f3b50e837904502825fe80a243b52c98892954e397cb8cc47233bd52b5a99cb750735d099fa094c56b276cea6f498451bacaac1a8315f4d3402e978989ad53') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
