Date: Sunday, January 5, 2020 @ 21:49:50 Author: felixonmars Revision: 549390
upgpkg: haskell-streaming-commons 0.2.1.2-1: rebuild with streaming-commons 0.2.1.2 Modified: haskell-streaming-commons/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-05 21:35:50 UTC (rev 549389) +++ PKGBUILD 2020-01-05 21:49:50 UTC (rev 549390) @@ -3,8 +3,8 @@ _hkgname=streaming-commons pkgname=haskell-streaming-commons -pkgver=0.2.1.1 -pkgrel=17 +pkgver=0.2.1.2 +pkgrel=1 pkgdesc="Common lower-level functions needed by various streaming data libraries" url="https://github.com/fpco/streaming-commons" license=("MIT") @@ -12,7 +12,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=('2096bb5eb12fac46385aa01e2b42fdbcc795c955a3feb3ef11659e765f50a927c21baaac58c4813376c2449d263a14a3ef4c11725307487696076b3f92b0b70b') +sha512sums=('7b6f39237f9ac13ca2d8205a43fee17c6edfe6609a1119903f8648aed151ef92779af7a8dfdfb108dea679cd26c83dfb5d21285d51f91dec0ad10debd100b8e7') build() { cd $_hkgname-$pkgver
