Date: Thursday, October 6, 2022 @ 14:51:03 Author: felixonmars Revision: 1322279
upgpkg: haskell-conduit 1.3.4.3-1: rebuild with conduit 1.3.4.3 Modified: haskell-conduit/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-06 14:50:38 UTC (rev 1322278) +++ PKGBUILD 2022-10-06 14:51:03 UTC (rev 1322279) @@ -3,8 +3,8 @@ _hkgname=conduit pkgname=haskell-conduit -pkgver=1.3.4.2 -pkgrel=90 +pkgver=1.3.4.3 +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=('8caf67020e33ddaadc5f05ad3f1aa38d436388f0cb3dac66cb9a645c1693bcd134f1cb8d311eca7b64f9c5ace9ca97681511e5dc28bb70b7b52c43c62d5f3e03') +sha512sums=('14d4557c1018514da4ae7ae41ec8a381ae57aabd86d84e2c961dce0b784ca4fb8aec5a2757c6fe6d815ce552f25bcc462c208226ca33094e0210b06651846e59') build() { cd $_hkgname-$pkgver
