Date: Tuesday, January 29, 2019 @ 06:55:44 Author: felixonmars Revision: 428355
upgpkg: haskell-http-conduit 2.3.5-1 rebuild with http-conduit 2.3.5 Modified: haskell-http-conduit/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-29 06:54:15 UTC (rev 428354) +++ PKGBUILD 2019-01-29 06:55:44 UTC (rev 428355) @@ -3,8 +3,8 @@ _hkgname=http-conduit pkgname=haskell-http-conduit -pkgver=2.3.4 -pkgrel=26 +pkgver=2.3.5 +pkgrel=1 pkgdesc="HTTP client package with conduit interface and HTTPS support" url="http://www.yesodweb.com/book/http-conduit" license=("BSD") @@ -17,13 +17,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=('e5fa31cda65dfe94ef784ff1046fb17670ff9f5a84185d15912503b110e89d0af934d4506e3021ba07ab0b38b18131d84086d432f5d1f86ed549e8ddf8a2f881') +sha512sums=('3f51ed396cbd27c47329bff18327f27eec33b37647589a2234d19dadd6bbcd732ad302c0898eb3669aa0a0d87dcf94f032d9686259e21e0fb188c151c7e84d78') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/< *0.6/<1/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
