[arch-commits] Commit in haskell-http-client/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Apr 14 17:28:06 UTC 2021


    Date: Wednesday, April 14, 2021 @ 17:28:05
  Author: felixonmars
Revision: 918673

upgpkg: haskell-http-client 0.7.7-1: rebuild with http-client 0.7.7

Modified:
  haskell-http-client/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-14 17:26:39 UTC (rev 918672)
+++ PKGBUILD	2021-04-14 17:28:05 UTC (rev 918673)
@@ -3,18 +3,18 @@
 
 _hkgname=http-client
 pkgname=haskell-http-client
-pkgver=0.7.6
-pkgrel=16
+pkgver=0.7.7
+pkgrel=1
 pkgdesc="An HTTP client engine"
 url="https://github.com/snoyberg/http-client"
 license=("MIT")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-base64-bytestring' 'haskell-blaze-builder' 'haskell-case-insensitive'
-         'haskell-cookie' 'haskell-http-types' 'haskell-mime-types' 'haskell-network'
-         'haskell-network-uri' 'haskell-random' 'haskell-streaming-commons')
+         'haskell-cookie' 'haskell-http-types' 'haskell-iproute' 'haskell-mime-types'
+         'haskell-network' 'haskell-network-uri' 'haskell-random' 'haskell-streaming-commons')
 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=('77dc2a5000aaccae03616f62196e63bd5a39106511e66ef4ba185e04e69bcef4a46cd9f959c88d7fa4457d000835331d0141fad5764610689420a2dc9dd34b71')
+sha512sums=('40b77ebf027a44e65604c0e4bd5e1aa521e2dbc7b305b0880bbaaec0bd8b7980484cc94fa21f4b57d2f9fc71fa2cd6d79f9b06d4332057819731aacc5990c6ba')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list