Date: Monday, July 2, 2018 @ 16:58:23 Author: felixonmars Revision: 350048
upgpkg: haskell-http-client 0.5.13.1-1 rebuild with http-client 0.5.13.1 Modified: haskell-http-client/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-07-02 16:56:08 UTC (rev 350047) +++ PKGBUILD 2018-07-02 16:58:23 UTC (rev 350048) @@ -4,8 +4,8 @@ _hkgname=http-client pkgname=haskell-http-client -pkgver=0.5.13 -pkgrel=5 +pkgver=0.5.13.1 +pkgrel=1 pkgdesc="An HTTP client engine" url="https://github.com/snoyberg/http-client" license=("MIT") @@ -16,7 +16,7 @@ ) makedepends=('ghc' 'haskell-async' 'haskell-hspec' 'haskell-monad-control' 'haskell-zlib') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('1014f5351fd30126cf4997be2f01cbe100b10ca9a2642edc9c80922b42de7d92bc61d547e4daf0db43b76911eede6c0df253f598937794528ba0e89d71fe2a05') +sha512sums=('135bbbbc32dbc1613308c55347f4d8a0ba577d6ca8b522eb3aac7b96df92577a3c101464e89fc77c348b18cf040104176036adee7710bd9b4ce31aa0e5012e0a') build() { cd $_hkgname-$pkgver
