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

Felix Yan felixonmars at archlinux.org
Sat Aug 3 16:49:35 UTC 2019


    Date: Saturday, August 3, 2019 @ 16:49:34
  Author: felixonmars
Revision: 497192

upgpkg: haskell-http2 2.0.3-1

rebuild with http2 2.0.3, warp 3.3.0

Modified:
  haskell-http2/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-03 16:43:33 UTC (rev 497191)
+++ PKGBUILD	2019-08-03 16:49:34 UTC (rev 497192)
@@ -3,18 +3,19 @@
 
 _hkgname=http2
 pkgname=haskell-http2
-pkgver=1.6.5
-pkgrel=25
-pkgdesc="HTTP/2.0 library including frames and HPACK"
+pkgver=2.0.3
+pkgrel=1
+pkgdesc="HTTP/2 library"
 url="https://github.com/kazu-yamamoto/http2"
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-case-insensitive' 'haskell-network-byte-order' 'haskell-psqueues')
+depends=('ghc-libs' 'haskell-case-insensitive' 'haskell-http-types' 'haskell-network'
+         'haskell-network-byte-order' 'haskell-psqueues' 'haskell-time-manager')
 makedepends=('ghc' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-base16-bytestring'
-             'haskell-doctest' 'haskell-glob' 'haskell-hspec' 'haskell-word8'
-             'haskell-unordered-containers' 'haskell-vector')
+             'haskell-doctest' 'haskell-glob' 'haskell-hspec' 'haskell-unordered-containers'
+             'haskell-vector')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('11cdacd89ed8cd895f6ff67dc43e905d077be19e3e61b58964f95f9a02e1e475484cd5a7c0b7735db7abdc006489ef362c5660f8e5d3235e7d0b09c8a7e9eb14')
+sha512sums=('ff5f02c355f9f5c459d94993f05636955f81b91cbdbd4e8c262b56e1fa3846f92aff946f8ec6851ab57ffbb73afb42999cb3597eb250a9e15a8d6788da860b20')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list