Date: Saturday, April 6, 2019 @ 19:48:10 Author: felixonmars Revision: 450027
upgpkg: haskell-http2 1.6.5-1 rebuild with http2 1.6.5 Modified: haskell-http2/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-06 19:42:03 UTC (rev 450026) +++ PKGBUILD 2019-04-06 19:48:10 UTC (rev 450027) @@ -3,18 +3,18 @@ _hkgname=http2 pkgname=haskell-http2 -pkgver=1.6.4 -pkgrel=22 +pkgver=1.6.5 +pkgrel=1 pkgdesc="HTTP/2.0 library including frames and HPACK" url="https://github.com/kazu-yamamoto/http2" license=("BSD") arch=('x86_64') depends=('ghc-libs' 'haskell-case-insensitive' 'haskell-network-byte-order' 'haskell-psqueues') -makedepends=('ghc' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-doctest' 'haskell-glob' - 'haskell-hex' 'haskell-hspec' 'haskell-word8' 'haskell-unordered-containers' - 'haskell-vector') +makedepends=('ghc' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-base16-bytestring' + 'haskell-doctest' 'haskell-glob' 'haskell-hspec' 'haskell-word8' + 'haskell-unordered-containers' 'haskell-vector') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('f637597827abae4968f9af69a190432af6bc37b6ecf2420766341e4739cab558c20b43aecf0eb4be1ef8a8b05f3d75dfc56243ec65c0b842cba542df7d5ab8d9') +sha512sums=('11cdacd89ed8cd895f6ff67dc43e905d077be19e3e61b58964f95f9a02e1e475484cd5a7c0b7735db7abdc006489ef362c5660f8e5d3235e7d0b09c8a7e9eb14') build() { cd $_hkgname-$pkgver
