Date: Tuesday, February 11, 2020 @ 18:54:26 Author: felixonmars Revision: 567902
upgpkg: haskell-http-streams 0.8.7.1-1: rebuild with http-streams 0.8.7.1 Modified: haskell-http-streams/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-11 18:53:28 UTC (rev 567901) +++ PKGBUILD 2020-02-11 18:54:26 UTC (rev 567902) @@ -2,8 +2,8 @@ _hkgname=http-streams pkgname=haskell-http-streams -pkgver=0.8.6.1 -pkgrel=164 +pkgver=0.8.7.1 +pkgrel=1 pkgdesc="An HTTP client using io-streams" url="https://github.com/afcowie/http-streams" license=('BSD') @@ -17,13 +17,8 @@ 'haskell-hspec-expectations' 'haskell-snap-core' 'haskell-snap-server' 'haskell-system-fileio' 'haskell-system-filepath') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('76f6aa750974cdca834dfa7de79ebf22faa1cd0a40426d4df19f24b0699ce2d86a0b1f512846da4daf52f210607ed823690bab3fd1bb7ebe117f705a92d4a3b4') +sha512sums=('6c2613cc6bcc1b54916c484834779fb3388085082df33216beb12685eb8e56c0f45b2bf24d657acc6c0295ea429c0e1947213a1235c4373cfdcf10899c93bee1') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/<.*1.1/<2/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
