Date: Sunday, June 2, 2019 @ 05:11:37 Author: felixonmars Revision: 476562
upgpkg: haskell-pipes 4.3.10-1 rebuild with pipes 4.3.10 Modified: haskell-pipes/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-06-02 02:29:22 UTC (rev 476561) +++ PKGBUILD 2019-06-02 05:11:37 UTC (rev 476562) @@ -3,8 +3,8 @@ _hkgname=pipes pkgname=haskell-pipes -pkgver=4.3.9 -pkgrel=28 +pkgver=4.3.10 +pkgrel=1 pkgdesc="Compositional pipelines" url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") @@ -12,7 +12,7 @@ depends=('ghc-libs' 'haskell-exceptions' 'haskell-mmorph' 'haskell-void') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('ed59ba7f3b51a91c9e348c80727c21211ce80d7c9164f86376a567ba56849d07687afb3c6ce3b956c6c0207b07b0eb1743bac30cb87d32aa8f76020e30eebcd5') +sha512sums=('3382287fe994776a566f2847e48329ac8931216eafc81e5d8392600b9d628d0e148624e9b433bae35433041f68baafae81fabe5f05b2763f6a8cd944ea48ff63') prepare() { cd $_hkgname-$pkgver
