Date: Wednesday, October 5, 2022 @ 14:07:57 Author: felixonmars Revision: 1321454
upgpkg: haskell-req 3.11.0-2: rebuild with http-api-data 0.5 Modified: haskell-req/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-05 14:07:23 UTC (rev 1321453) +++ PKGBUILD 2022-10-05 14:07:57 UTC (rev 1321454) @@ -3,7 +3,7 @@ _hkgname=req pkgname=haskell-req pkgver=3.11.0 -pkgrel=1 +pkgrel=2 pkgdesc="HTTP client library" url="https://github.com/mrkkrp/req" license=('BSD') @@ -12,10 +12,15 @@ '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' 'haskell-quickcheck' 'haskell-hspec' 'haskell-hspec-core') +makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-hspec' 'haskell-hspec-core') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") sha512sums=('38d4843790cb1338561abdb0ce95fade7bb0c094c18e4f7d9a440cf3f8ec1a9907b40814978e12e42d8332858e67875a4a5f4550afc08b0653764c4794cf505a') +prepare() { + cd $_hkgname-$pkgver + uusi -u http-api-data $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
