Date: Tuesday, March 2, 2021 @ 23:19:42 Author: felixonmars Revision: 878604
upgpkg: haskell-conduit 1.3.4.1-1: rebuild with conduit 1.3.4.1 Modified: haskell-conduit/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-02 23:17:17 UTC (rev 878603) +++ PKGBUILD 2021-03-02 23:19:42 UTC (rev 878604) @@ -3,8 +3,8 @@ _hkgname=conduit pkgname=haskell-conduit -pkgver=1.3.4 -pkgrel=43 +pkgver=1.3.4.1 +pkgrel=1 pkgdesc="Streaming data processing library." url="https://github.com/snoyberg/conduit" license=("MIT") @@ -14,7 +14,7 @@ makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck' 'haskell-safe' 'haskell-silently' 'haskell-split' 'haskell-unliftio') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('a70f41f45b9014fcd4155167114e0c42b98f33ffe5111ecfe12f3d7f579fcfe82b76e27c16670538f71883bb10af159a2e56eee322e0a1f1cf79bbf862db7611') +sha512sums=('fdb5eb22e0e49a6b150b7bafe9775e9b2b41b70338647d447ae20a3901d93de9b286cc2ac0ff7533bffeb0b3ca9a5b898fd6c0341898b4ecddde9a9eb4a2823a') build() { cd $_hkgname-$pkgver
