Date: Tuesday, February 28, 2017 @ 02:48:53 Author: felixonmars Revision: 214114
upgpkg: haskell-http-client 0.5.6.1-1 rebuild with http-client,0.5.6.1 Modified: haskell-http-client/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-28 02:43:49 UTC (rev 214113) +++ PKGBUILD 2017-02-28 02:48:53 UTC (rev 214114) @@ -4,7 +4,7 @@ _hkgname=http-client pkgname=haskell-http-client -pkgver=0.5.6 +pkgver=0.5.6.1 pkgrel=1 pkgdesc="An HTTP client engine" url="https://github.com/snoyberg/http-client" @@ -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=('514271d83fff7169a493111105e77ea93d11b562effa840c47117a3db912216a') +sha256sums=('2c304337b88ea48cf4b1c4e4ac12ec48c5f3a241f3ab44a57965c1d9d06a2bed') build() { cd "${srcdir}/${_hkgname}-${pkgver}"