Date: Wednesday, February 22, 2017 @ 05:25:50 Author: felixonmars Revision: 213414
upgpkg: haskell-http-client 0.5.6-1 rebuild with http-client,0.5.6 Modified: haskell-http-client/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-22 05:21:46 UTC (rev 213413) +++ PKGBUILD 2017-02-22 05:25:50 UTC (rev 213414) @@ -4,8 +4,8 @@ _hkgname=http-client pkgname=haskell-http-client -pkgver=0.5.5 -pkgrel=4 +pkgver=0.5.6 +pkgrel=1 pkgdesc="An HTTP client engine" url="https://github.com/snoyberg/http-client" license=("MIT") @@ -15,7 +15,7 @@ "haskell-network" "haskell-network-uri" "haskell-random" "haskell-streaming-commons" "haskell-text") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('d1fdda6035e0bab95d3294f5175ac8c3629f9cd1d32e1bce5d0aa27226751c85') +sha256sums=('514271d83fff7169a493111105e77ea93d11b562effa840c47117a3db912216a') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
