Date: Monday, July 5, 2021 @ 02:33:53 Author: felixonmars Revision: 972192
upgpkg: haskell-http-streams 0.8.8.1-1: rebuild with http-streams 0.8.8.1 Modified: haskell-http-streams/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-04 22:46:48 UTC (rev 972191) +++ PKGBUILD 2021-07-05 02:33:53 UTC (rev 972192) @@ -2,10 +2,10 @@ _hkgname=http-streams pkgname=haskell-http-streams -pkgver=0.8.7.2 -pkgrel=251 +pkgver=0.8.8.1 +pkgrel=1 pkgdesc="An HTTP client using io-streams" -url="https://github.com/afcowie/http-streams" +url="https://github.com/aesiniath/http-streams" license=('BSD') arch=('x86_64') depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base64-bytestring' 'haskell-blaze-builder' @@ -17,7 +17,7 @@ 'haskell-hspec-expectations' 'haskell-snap-core' 'haskell-snap-server' 'haskell-system-fileio' 'haskell-system-filepath') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('1028e7a102fc189ddd20d353492306d506f24f0408a234e0ec2b01c11737bc9ffec76a5609e18e355ef838663ec412ce3b358d8223deea7dd4c35ada5223f3ea') +sha512sums=('41de4d985cc4dc7cc9cca440a9dedb428fd261ec4584d8f9260129e15747f0905b4a800c150603fbf965db8194ef4aed1803fbe122fdf6b7a433534d77969fb1') build() { cd $_hkgname-$pkgver
