Date: Saturday, January 19, 2019 @ 20:56:29 Author: felixonmars Revision: 424862
upgpkg: haskell-http-client 0.6.1-1 rebuild with http-client 0.6.1 Modified: haskell-http-client/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-19 20:30:15 UTC (rev 424861) +++ PKGBUILD 2019-01-19 20:56:29 UTC (rev 424862) @@ -3,8 +3,8 @@ _hkgname=http-client pkgname=haskell-http-client -pkgver=0.5.14 -pkgrel=5 +pkgver=0.6.1 +pkgrel=1 pkgdesc="An HTTP client engine" url="https://github.com/snoyberg/http-client" license=("MIT") @@ -15,7 +15,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=('bf4a42572da5d5711e5feb4c8c285fafebe8563ae3b4eadba02a8f3d54fb33a1c1bf1085e9b2531ee9218151211910b4df9a0d8eb8dc73502c79f7db3be34ff9') +sha512sums=('accffe979fc3777340f905096ecb8017816d405290c2ba63a930f51aee2b087434927d1cf06c2a2fd342c03c87b3ffbdeabdfd43ab6ac704cf41494fb99aaf0f') build() { cd $_hkgname-$pkgver
