Date: Tuesday, December 28, 2021 @ 22:42:47 Author: felixonmars Revision: 1086451
upgpkg: haskell-streaming-commons 0.2.2.2-1: rebuild with streaming-commons 0.2.2.2 Modified: haskell-streaming-commons/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-28 22:38:52 UTC (rev 1086450) +++ PKGBUILD 2021-12-28 22:42:47 UTC (rev 1086451) @@ -3,8 +3,8 @@ _hkgname=streaming-commons pkgname=haskell-streaming-commons -pkgver=0.2.2.1 -pkgrel=113 +pkgver=0.2.2.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=('6dc1141070f28ca278ea1ec45a2b1b4fca34c06459dfe975dd2787e08a3e875aa22efbbb4ac905d3161e30b9af20df2d5d89325abe9e2181d7e50239388752a1') +sha512sums=('e6ac0ed127e2fa53e6f61c77c784ece23cbd76aebe5694ed8e4ebe1a97be84ccbce51e548c10ba6f0e4540cd3278e4f3460d888f835ce82276d0a16c1965db5b') build() { cd $_hkgname-$pkgver
