Date: Monday, October 21, 2019 @ 18:59:56 Author: felixonmars Revision: 518125
upgpkg: haskell-http-conduit 2.3.7.3-1 rebuild with http-conduit 2.3.7.3 Modified: haskell-http-conduit/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-21 18:59:05 UTC (rev 518124) +++ PKGBUILD 2019-10-21 18:59:56 UTC (rev 518125) @@ -3,8 +3,8 @@ _hkgname=http-conduit pkgname=haskell-http-conduit -pkgver=2.3.7.2 -pkgrel=6 +pkgver=2.3.7.3 +pkgrel=1 pkgdesc="HTTP client package with conduit interface and HTTPS support" url="https://www.yesodweb.com/book/http-conduit" license=("BSD") @@ -18,13 +18,8 @@ 'haskell-unliftio' 'haskell-utf8-string' 'haskell-wai' 'haskell-wai-conduit' 'haskell-warp' 'haskell-warp-tls') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('0046399603683d1f7541b224bde489a4ef50c6ba4ad7a1e69f7128cf087790330d9ba08a7578f08debd502e740dec0e08866f840dc19d8fbfc8455f507f5afe2') +sha512sums=('0b3733ce031299ee3b93ca44d45a913e384dbfcd43efe5c65076efb5ff8266058ecb07e90f699ebb54d2d37f4a299be79717c3988e72cce631d417ba21ed4d08') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/< *3.3/<4/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
