Date: Wednesday, March 8, 2023 @ 18:16:17 Author: felixonmars Revision: 1416863
upgpkg: haskell-wreq 0.5.4.0-1: rebuild with wreq 0.5.4.0 Modified: haskell-wreq/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-08 18:13:25 UTC (rev 1416862) +++ PKGBUILD 2023-03-08 18:16:17 UTC (rev 1416863) @@ -2,8 +2,8 @@ _hkgname=wreq pkgname=haskell-wreq -pkgver=0.5.3.3 -pkgrel=302 +pkgver=0.5.4.0 +pkgrel=1 pkgdesc="An easy-to-use HTTP client library." url="https://github.com/bos/wreq" license=('BSD') @@ -18,16 +18,9 @@ makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hunit' 'haskell-quickcheck' '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 - wreq-aeson-2-lens-aeson-1.2.patch::https://github.com/haskell/wreq/pull/149.patch) -sha512sums=('f074790cf3370d9356efbf5aeabb7421d59299471e02d93010453bb6f4e8daee517fcdf6891245272a9b08a35bc7b1b2233b75825ec377f6403c99cf91041f2e' - 'cd15090c0ce82a6737ad04af5d3f19c4804607b984ba58af721f0118e2eedff76771c02bc216d97f55580d3d41e019773aa082ef1b8e18f71289d249717873f4') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('5716f63c639e679ce4b4877ec089290437887cbc10fb687c8d354f65697deaeb36696cd2ac6819154b8b3cc3946d71fe6de68c09f8ba1990468af3674fca13b8') -prepare() { - cd $_hkgname-$pkgver - patch -p1 -i ../wreq-aeson-2-lens-aeson-1.2.patch -} - build() { cd $_hkgname-$pkgver
