Date: Thursday, February 11, 2016 @ 07:06:53 Author: fyan Revision: 161107
upgpkg: haskell-streaming-commons 0.1.15.1-1 Modified: haskell-streaming-commons/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-11 05:48:46 UTC (rev 161106) +++ PKGBUILD 2016-02-11 06:06:53 UTC (rev 161107) @@ -4,18 +4,18 @@ _hkgname=streaming-commons pkgname=haskell-streaming-commons -pkgver=0.1.15 -pkgrel=4 +pkgver=0.1.15.1 +pkgrel=1 pkgdesc="Common lower-level functions needed by various streaming data libraries" url="https://github.com/fpco/streaming-commons" license=("MIT") arch=('i686' 'x86_64') -depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-network" "haskell-random" "haskell-stm" - "haskell-text" "haskell-zlib") +depends=("ghc=7.10.3" "haskell-async" "haskell-blaze-builder" "haskell-network" "haskell-random" + "haskell-stm" "haskell-text" "haskell-zlib") options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="${pkgname}.install" -sha256sums=('e507beac9ab68eaa8be4933bc1e9511610c581fdfc72621ba51faa913e5fce42') +sha256sums=('af3b07d1022f263b1e0f95ba15697d87d55afc1cf0933c9b16fd37a687b8cacb') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
