Date: Saturday, December 8, 2018 @ 13:29:15 Author: felixonmars Revision: 412376
upgpkg: haskell-http2 1.6.4-6 rebuild with vector 0.12.0.2 Modified: haskell-http2/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-08 13:27:44 UTC (rev 412375) +++ PKGBUILD 2018-12-08 13:29:15 UTC (rev 412376) @@ -4,10 +4,10 @@ _hkgname=http2 pkgname=haskell-http2 pkgver=1.6.4 -pkgrel=5 +pkgrel=6 pkgdesc="HTTP/2.0 library including frames and HPACK" url="https://github.com/kazu-yamamoto/http2" -license=("custom:BSD3") +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'
