Date: Saturday, August 31, 2019 @ 09:17:39 Author: felixonmars Revision: 505689
upgpkg: haskell-pipes 4.3.12-1 rebuild with pipes 4.3.12 Modified: haskell-pipes/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-31 09:11:53 UTC (rev 505688) +++ PKGBUILD 2019-08-31 09:17:39 UTC (rev 505689) @@ -3,8 +3,8 @@ _hkgname=pipes pkgname=haskell-pipes -pkgver=4.3.11 -pkgrel=5 +pkgver=4.3.12 +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=('d7e9625e35048c8acb75ad7e0591a0e2aa9a8b4b7d4a1e5228a76affa62148e657767b1f03ab091af2707ce4d21426e7d67258a614473a2f23cad9dac118f0d8') +sha512sums=('10dbb280b98689f6ba262ad2c79584dc14d0c36091408b2f6a30b6c1195fa9320124f53cc498aca54a2e034a30b439c2674764d284fa7cbbe7a34188a87b2119') prepare() { cd $_hkgname-$pkgver
