Date: Sunday, September 17, 2017 @ 18:03:59 Author: felixonmars Revision: 258636
upgpkg: haskell-pipes 4.3.5-1 rebuild with pipes,4.3.5 Modified: haskell-pipes/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-17 17:14:24 UTC (rev 258635) +++ PKGBUILD 2017-09-17 18:03:59 UTC (rev 258636) @@ -4,16 +4,17 @@ _hkgname=pipes pkgname=haskell-pipes -pkgver=4.3.4 -pkgrel=4 +pkgver=4.3.5 +pkgrel=1 pkgdesc="Compositional pipelines" url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=('ghc-libs' "haskell-exceptions" "haskell-mmorph" "haskell-mtl" "haskell-void") +depends=('ghc-libs' "haskell-exceptions" "haskell-mmorph" "haskell-mtl" "haskell-semigroups" + "haskell-void") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('2643edeb5b0c657bffe6d6b04330da7e60c1413de9dedd661093712c1b9aefafe28ea53d11887585b4d47a7fe01f49c820dccea10dc96ab0f867e1e608447e75') +sha512sums=('15854a2ea7793138eb7a97946d76c4f8c1db3936ce5e1ef69b8c1531d7b30dced4f0c851243569186e8631bea12eda722b5259b5dea08029549871358fe76346') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
