Date: Friday, January 25, 2019 @ 15:23:45 Author: felixonmars Revision: 427869
upgpkg: haskell-wreq 0.5.3.2-1 rebuild with wreq 0.5.3.2 Modified: haskell-wreq/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-25 15:22:44 UTC (rev 427868) +++ PKGBUILD 2019-01-25 15:23:45 UTC (rev 427869) @@ -2,8 +2,8 @@ _hkgname=wreq pkgname=haskell-wreq -pkgver=0.5.3.1 -pkgrel=12 +pkgver=0.5.3.2 +pkgrel=1 pkgdesc="An easy-to-use HTTP client library." url="https://github.com/bos/wreq" license=('BSD') @@ -19,13 +19,8 @@ 'haskell-network-info' 'haskell-temporary' 'haskell-test-framework' 'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2' 'haskell-vector') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('1ab1a5762a760e89b3fe3f15320a85d2ec1e181a87e87cb10eac18e44439d81ee3813d2c88b311b9fb7be6986f2cad63c3b69f8119db2e7f75c88d1b781910fc') +sha512sums=('5a2c62b973758cb8ce2bf20504e328090896fa25e7ee1f77b472d7cf5156e08b6d85bf4341ff45e44db1724070fcf3c0f21037fa0a79211a1767024328f7c779') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/Form.Part/Form.PartM/' Network/Wreq/Lens/TH.hs -} - build() { cd $_hkgname-$pkgver
