Date: Thursday, February 9, 2017 @ 14:13:13 Author: felixonmars Revision: 211460
upgpkg: haskell-http2 1.6.3-1 rebuild with http2,1.6.3 Modified: haskell-http2/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-09 14:11:29 UTC (rev 211459) +++ PKGBUILD 2017-02-09 14:13:13 UTC (rev 211460) @@ -4,10 +4,10 @@ _hkgname=http2 pkgname=haskell-http2 -pkgver=1.6.2 -pkgrel=8 +pkgver=1.6.3 +pkgrel=1 pkgdesc="HTTP/2.0 library including frames and HPACK" -url="https://hackage.haskell.org/package/${_hkgname}" +url="https://github.com/kazu-yamamoto/http2" license=("custom:BSD3") arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" "haskell-case-insensitive" @@ -14,7 +14,7 @@ "haskell-hex" "haskell-psqueues" "haskell-stm" "haskell-text" "haskell-vector") makedepends=('haskell-word8') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('99e75ac0fa19276d276ec63bb94eefb2e952b0a374aea8f3d2c2408a634b6fe7') +sha256sums=('61620eca0f57875a6a9bd24f9cc04c301b5c3c668bf98f85e9989aad5d069c43') prepare() { sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
