Date: Thursday, September 29, 2022 @ 13:56:37 Author: felixonmars Revision: 1316146
upgpkg: haskell-req 3.10.0-1: rebuild with aeson 2.0.3.0, aeson-diff 1.1.0.11, hoauth2 2.1.0, jose 0.9, postgrest 10.0.0, req 3.10.0 Modified: haskell-req/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-29 13:56:07 UTC (rev 1316145) +++ PKGBUILD 2022-09-29 13:56:37 UTC (rev 1316146) @@ -2,8 +2,8 @@ _hkgname=req pkgname=haskell-req -pkgver=3.9.1 -pkgrel=185 +pkgver=3.10.0 +pkgrel=1 pkgdesc="HTTP client library" url="https://github.com/mrkkrp/req" license=('BSD') @@ -12,16 +12,10 @@ 'haskell-case-insensitive' 'haskell-connection' 'haskell-http-api-data' 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 'haskell-modern-uri' 'haskell-monad-control' 'haskell-retry' 'haskell-transformers-base' 'haskell-unliftio-core') -makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-hspec' 'haskell-hspec-core' - 'haskell-unordered-containers') +makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-hspec-core') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('ff63baca6647249a419b654d7bf296c2146b41dea3eae2cd0f7e1bfd9b0c8dc87f9259fd63b84f109838e3f2b85e308b969bd3c19b1d5323ecb7ff34ddf26946') +sha512sums=('5176dfb2a5fd7597b342f1ee1065463ad15033ca6f45f26bf37a98f8e14de35c5b01321d2980f4783eb77d85c8fba4e8b486c5dfc9756a0c11fb6876ca4dc54c') -prepare() { - cd $_hkgname-$pkgver - uusi -u authenticate-oauth -u retry $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
