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

Felix Yan felixonmars at archlinux.org
Wed Apr 4 18:03:47 UTC 2018


    Date: Wednesday, April 4, 2018 @ 18:03:46
  Author: felixonmars
Revision: 314180

upgpkg: haskell-http-client 0.5.12-1

rebuild with http-client,0.5.12

Modified:
  haskell-http-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-04 18:00:41 UTC (rev 314179)
+++ PKGBUILD	2018-04-04 18:03:46 UTC (rev 314180)
@@ -4,19 +4,19 @@
 
 _hkgname=http-client
 pkgname=haskell-http-client
-pkgver=0.5.10
-pkgrel=15
+pkgver=0.5.12
+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-exceptions' 'haskell-http-types' 'haskell-mime-types'
+depends=('ghc-libs' 'haskell-blaze-builder' 'haskell-case-insensitive' 'haskell-cookie'
+         'haskell-exceptions' 'haskell-http-types' 'haskell-memory' 'haskell-mime-types'
          'haskell-network' 'haskell-network-uri' 'haskell-random' 'haskell-streaming-commons'
          'haskell-text')
 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=('052771c2a11a4a0a8acfdd39919071065e9884b8d87f0613e8792c93008a650435dcd6dbf11f3d50066580ed88eecc155eb6944175f432c499e85686f31e72cd')
+sha512sums=('21d79c9e5178dac8d09ff87feadb9a67f4ec07935597a2fc531cd854c2d541c70aa60eebf3de55a9d66af5f5ca2f510a7d7644751edd48056139aa4a1b3daf7b')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list