Date: Friday, June 22, 2018 @ 10:10:06 Author: felixonmars Revision: 344369
upgpkg: haskell-conduit 1.3.0.3-1 rebuild with conduit 1.3.0.3 Modified: haskell-conduit/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-22 10:08:13 UTC (rev 344368) +++ PKGBUILD 2018-06-22 10:10:06 UTC (rev 344369) @@ -4,8 +4,8 @@ _hkgname=conduit pkgname=haskell-conduit -pkgver=1.3.0.2 -pkgrel=14 +pkgver=1.3.0.3 +pkgrel=1 pkgdesc="Streaming data processing library." url="https://github.com/snoyberg/conduit" license=("MIT") @@ -15,7 +15,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=('107cc2bdcb810c1af4a18c80307c02ba8654275116ba96ea2481e87687528317b582be722c08aec573dc87b5d23a5a4bfb9af67c55c25ac469eefd8f66f3c43c') +sha512sums=('7c3ceeb630f09b7c8718a0d2abcff0d33c8260e4b974f14ac69a35cb39a789539b22a1875106588588221ba9be640bdce2b63915db85b2d3652ee0cf32a75a0d') build() { cd $_hkgname-$pkgver
