Date: Sunday, August 5, 2018 @ 04:44:31 Author: felixonmars Revision: 368155
upgpkg: haskell-foldl 1.4.3-1 rebuild with foldl 1.4.3 Modified: haskell-foldl/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-05 04:42:03 UTC (rev 368154) +++ PKGBUILD 2018-08-05 04:44:31 UTC (rev 368155) @@ -4,8 +4,8 @@ _hkgname=foldl pkgname=haskell-foldl -pkgver=1.4.2 -pkgrel=13 +pkgver=1.4.3 +pkgrel=1 pkgdesc="Composable, streaming, and efficient left folds" url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") @@ -15,7 +15,7 @@ 'haskell-unordered-containers' 'haskell-vector' 'haskell-vector-builder') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('c313715961d83a10fc55d8ee3db69e1570a3f76626b2947bfc5ade3212ed8d55c66ee155882a3cd713173466cbd9d96c1552c99a180087fdac92cb0ad7d6453d') +sha512sums=('f33c5f5a9008036db4958ae05adc920529d047b94e1865d441e51f20267511bb1304a3084621eccbcf5d89b0fc095b9d302921f9d29998873a1a2199aa3fcce6') prepare() { cd $_hkgname-$pkgver
