Date: Sunday, March 21, 2021 @ 19:37:42 Author: felixonmars Revision: 898425
upgpkg: haskell-http 4000.3.16-1: rebuild with HTTP 4000.3.16 Modified: haskell-http/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-21 19:35:08 UTC (rev 898424) +++ PKGBUILD 2021-03-21 19:37:42 UTC (rev 898425) @@ -3,8 +3,8 @@ _hkgname=HTTP pkgname=haskell-http -pkgver=4000.3.15 -pkgrel=133 +pkgver=4000.3.16 +pkgrel=1 pkgdesc="A library for client-side HTTP" url="https://hackage.haskell.org/package/${_hkgname}" license=('BSD') @@ -15,13 +15,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=('74015725d15f5dcd1f7212100e26ae82da31201b77e729322ea95e88018ae1ef3a1bd5c2b8ac525f14276a24f2781de9de757aa5f83c71e260d6a61223b756d2') +sha512sums=('b5136b55967d4db7569a0269b429c8e419878acc548d962af94efa5aa0ddbb8a6ab22bc3096ce3d78b61dc708996c408d4bfa55c6c7fb6c0d915389503cbd755') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/< *3.3/<4/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
