Date: Thursday, October 13, 2022 @ 15:08:13 Author: felixonmars Revision: 1328012
upgpkg: haskell-req 3.13.0-1 Modified: haskell-req/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-13 14:54:16 UTC (rev 1328011) +++ PKGBUILD 2022-10-13 15:08:13 UTC (rev 1328012) @@ -2,8 +2,8 @@ _hkgname=req pkgname=haskell-req -pkgver=3.12.0 -pkgrel=2 +pkgver=3.13.0 +pkgrel=1 pkgdesc="HTTP client library" url="https://github.com/mrkkrp/req" license=('BSD') @@ -12,15 +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') +makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-hspec-core') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('fc386bf03f4a910237a1e23397e9cf25ba91947c26979de57bed2d235aaf88010e44cbe351521987a29e13bb595f4d19a92a6bca36f030ccc8c741de689f1fbc') +sha512sums=('01600cee2ffb2db91a46ede812b29a94e2671dc92765b40ffcd5caa53dbaf27d97abd6f6ca18a0cd9cec0be41ea65daccecbd03e96e2a4c08dde8ee96b12adae') -prepare() { - cd $_hkgname-$pkgver - uusi -u http-api-data $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
