Date: Wednesday, April 3, 2019 @ 12:02:41 Author: felixonmars Revision: 448288
upgpkg: haskell-http-conduit 2.3.7-1 rebuild with http-conduit 2.3.7 Modified: haskell-http-conduit/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-03 10:17:29 UTC (rev 448287) +++ PKGBUILD 2019-04-03 12:02:41 UTC (rev 448288) @@ -3,14 +3,15 @@ _hkgname=http-conduit pkgname=haskell-http-conduit -pkgver=2.3.6.1 -pkgrel=5 +pkgver=2.3.7 +pkgrel=1 pkgdesc="HTTP client package with conduit interface and HTTPS support" url="http://www.yesodweb.com/book/http-conduit" license=("BSD") arch=('x86_64') -depends=('ghc-libs' 'haskell-aeson' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-http-client' - 'haskell-http-client-tls' 'haskell-http-types' 'haskell-resourcet' 'haskell-unliftio-core') +depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-conduit' 'haskell-conduit-extra' + 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 'haskell-resourcet' + 'haskell-unliftio-core') makedepends=('ghc' 'haskell-blaze-builder' 'haskell-case-insensitive' 'haskell-connection' 'haskell-cookie' 'haskell-data-default-class' 'haskell-hunit' 'haskell-hspec' 'haskell-lifted-base' 'haskell-network' 'haskell-streaming-commons' 'haskell-temporary' @@ -17,7 +18,7 @@ 'haskell-unliftio' 'haskell-utf8-string' 'haskell-wai' 'haskell-wai-conduit' 'haskell-warp' 'haskell-warp-tls') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('374091720f2a7e2ba66998f2c8642e8555dd695d352acf4ec5998e5fcbb8d9017d4f8675efbf210f5e4a51ceb93c83e5d4dd1a65b4e0bfbf5dc5d65e7cc1d4c3') +sha512sums=('55082ab933ca6ead2e03cbc48acd081037faaee3f5ac3207438e93b3dbdbc902ed1b7ea51344383b833718b836180887b3b7c6096c9e0455a20e01d8654bb635') build() { cd $_hkgname-$pkgver
