Date: Saturday, May 19, 2018 @ 18:52:02 Author: felixonmars Revision: 324799
upgpkg: haskell-html-conduit 1.3.0-1 rebuild with html-conduit,1.3.0 conduit,1.3.0.2 resourcet,1.2.1 xml-conduit,1.8.0 aws,0.20 http-conduit,2.3.1 Modified: haskell-html-conduit/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-19 18:51:14 UTC (rev 324798) +++ PKGBUILD 2018-05-19 18:52:02 UTC (rev 324799) @@ -3,17 +3,17 @@ _hkgname=html-conduit pkgname=haskell-html-conduit -pkgver=1.2.1.2 -pkgrel=41 +pkgver=1.3.0 +pkgrel=1 pkgdesc="Parse HTML documents using xml-conduit datatypes" url="https://github.com/snoyberg/xml" license=('MIT') arch=('x86_64') -depends=('ghc-libs' 'haskell-resourcet' 'haskell-conduit' 'haskell-conduit-extra' - 'haskell-xml-conduit' 'haskell-tagstream-conduit' 'haskell-xml-types') +depends=('ghc-libs' 'haskell-resourcet' 'haskell-conduit' 'haskell-xml-conduit' + 'haskell-tagstream-conduit' 'haskell-xml-types') makedepends=('ghc' 'haskell-hspec' 'haskell-hunit') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('73d66bc08dae94940485c1da27cb75ef008cde4832203bc3d10c7307af597bbad5e717d19a0ab328a6e7b716275d3f4f2e8a17dec8b5c84016921e1c2f3ce8a2') +sha512sums=('2023e8b58cf69f3431cd154010ce44664f253ae4d9bb84bd4bf6b2b88b69a77591c190b67df62bd9775b99334fc765b2b69d5f3b181a035031f79950f632bdd6') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
