Date: Wednesday, March 16, 2016 @ 08:37:14 Author: fyan Revision: 166886
upgpkg: haskell-http2 1.5.4-1 Modified: haskell-http2/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-16 07:30:54 UTC (rev 166885) +++ PKGBUILD 2016-03-16 07:37:14 UTC (rev 166886) @@ -4,8 +4,8 @@ _hkgname=http2 pkgname=haskell-http2 -pkgver=1.5.2 -pkgrel=2 +pkgver=1.5.4 +pkgrel=1 pkgdesc="HTTP/2.0 library including frames and HPACK" url="http://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") @@ -16,7 +16,7 @@ options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="${pkgname}.install" -sha256sums=('8517079c1418c93e33324612a7fa657af40dedef3c0d56a9a2031bfcf6900f70') +sha256sums=('f3851948d57fd532f37b1f74d2d975272ff7da218720b5f519765f1c274f257e') prepare() { sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
