Date: Sunday, June 10, 2018 @ 16:41:04 Author: felixonmars Revision: 342242
upgpkg: haskell-http 4000.3.12-1 rebuild with HTTP 4000.3.12 Modified: haskell-http/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-10 16:02:34 UTC (rev 342241) +++ PKGBUILD 2018-06-10 16:41:04 UTC (rev 342242) @@ -4,8 +4,8 @@ _hkgname=HTTP pkgname=haskell-http -pkgver=4000.3.11 -pkgrel=39 +pkgver=4000.3.12 +pkgrel=1 pkgdesc="A library for client-side HTTP" url="https://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') @@ -16,13 +16,8 @@ 'haskell-http-types' 'haskell-wai' 'haskell-warp' 'haskell-conduit' 'haskell-conduit-extra') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('3c8624fd92f6fa16f128c7d7e4614fba0f95b31714c0dd6ca3e564bb9c3295ec34a952eca91d642b5c46470923ba506ec8234bbb6a67593a00f4c8b50e97aac9') +sha512sums=('684741c017fd39c6a7ff1d75f182b465938d5c2a2abe92a0fcaec69a46fc11e59234c1b666ecf28465333df34ea267443fd56abaa38db21479cbcc19e286781e') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/network == 2.6/network == 2.7/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
