Date: Thursday, January 21, 2016 @ 02:53:37 Author: fyan Revision: 158334
upgpkg: haskell-http2 1.4.4-1 Modified: haskell-http2/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-20 21:56:29 UTC (rev 158333) +++ PKGBUILD 2016-01-21 01:53:37 UTC (rev 158334) @@ -4,8 +4,8 @@ _hkgname=http2 pkgname=haskell-http2 -pkgver=1.4.3 -pkgrel=2 +pkgver=1.4.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=('f074760594e1599d3585f666762e96f86a9f6f546d6d3ed05379617b14729778') +sha256sums=('d6ff4d5578749082d3a319bf97a9e830e320be0b2f8701c2ef39ad896cf977c4') prepare() { sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
