Date: Tuesday, February 23, 2016 @ 06:10:11 Author: fyan Revision: 163189
upgpkg: haskell-http2 1.5.0-1 Modified: haskell-http2/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-23 05:07:19 UTC (rev 163188) +++ PKGBUILD 2016-02-23 05:10:11 UTC (rev 163189) @@ -4,19 +4,19 @@ _hkgname=http2 pkgname=haskell-http2 -pkgver=1.4.5 -pkgrel=3 +pkgver=1.5.0 +pkgrel=1 pkgdesc="HTTP/2.0 library including frames and HPACK" url="http://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") arch=('i686' 'x86_64') depends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-pretty" "haskell-hex" - "haskell-psqueues" "haskell-stm" "haskell-text" "haskell-unordered-containers" - "haskell-vector" "haskell-word8") + "haskell-psqueues" "haskell-stm" "haskell-text" "haskell-vector") +makedepends=('haskell-word8') options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="${pkgname}.install" -sha256sums=('34c6e481b2ce00180ce86370af3d06b01afe762360289fa945abbf8a55c5dba5') +sha256sums=('c5edc5b868c47cdab8ab5d54b5040d7cb659a03423104d16c823319c2b6155dc') prepare() { sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal