Date: Thursday, July 12, 2018 @ 21:34:35 Author: felixonmars Revision: 358352
upgpkg: haskell-streaming-commons 0.2.1.0-1 rebuild with streaming-commons 0.2.1.0 Modified: haskell-streaming-commons/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-07-12 21:33:00 UTC (rev 358351) +++ PKGBUILD 2018-07-12 21:34:35 UTC (rev 358352) @@ -4,8 +4,8 @@ _hkgname=streaming-commons pkgname=haskell-streaming-commons -pkgver=0.2.0.0 -pkgrel=18 +pkgver=0.2.1.0 +pkgrel=1 pkgdesc="Common lower-level functions needed by various streaming data libraries" url="https://github.com/fpco/streaming-commons" license=("MIT") @@ -13,7 +13,7 @@ depends=('ghc-libs' 'haskell-async' 'haskell-network' 'haskell-random' 'haskell-zlib') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('e570cc5193868064ce7356213a9c52e1bc785a34f93706961472d1528bc2cae8b279483e061dea080027e3015ee56a5e3698485ae5c7c2a2a5a139470298ba21') +sha512sums=('dab004b29152e4e0f6901942fa3791ab670e51f88bd3b5168ba6e99b56565696ca42f7909c99a3fb390602506ae26049eb9b020c88ff70d4c38eed8739559c32') build() { cd "${srcdir}/${_hkgname}-${pkgver}"