Date: Monday, June 25, 2018 @ 16:45:33 Author: felixonmars Revision: 345866
upgpkg: haskell-html-conduit 1.3.1-1 rebuild with html-conduit 1.3.1 Modified: haskell-html-conduit/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-25 16:40:36 UTC (rev 345865) +++ PKGBUILD 2018-06-25 16:45:33 UTC (rev 345866) @@ -3,17 +3,17 @@ _hkgname=html-conduit pkgname=haskell-html-conduit -pkgver=1.3.0 -pkgrel=22 +pkgver=1.3.1 +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-xml-conduit' - 'haskell-tagstream-conduit' 'haskell-xml-types') + 'haskell-attoparsec' 'haskell-conduit-extra' 'haskell-xml-types') makedepends=('ghc' 'haskell-hspec' 'haskell-hunit') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('2023e8b58cf69f3431cd154010ce44664f253ae4d9bb84bd4bf6b2b88b69a77591c190b67df62bd9775b99334fc765b2b69d5f3b181a035031f79950f632bdd6') +sha512sums=('2f6e77f7894459f724ffd1357545eedafcd820160de7bff71f775cc38189ddd78df735c0349ac0ebbf22def2f915e62df795ef32ea1652dc72cd0fa811d76dbf') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
