[arch-commits] Commit in haskell-req/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Jul 5 04:24:59 UTC 2021
Date: Monday, July 5, 2021 @ 04:24:59
Author: felixonmars
Revision: 972211
upgpkg: haskell-req 3.9.1-7: rebuild with authenticate-oauth 1.7
Modified:
haskell-req/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-05 04:20:40 UTC (rev 972210)
+++ PKGBUILD 2021-07-05 04:24:59 UTC (rev 972211)
@@ -3,7 +3,7 @@
_hkgname=req
pkgname=haskell-req
pkgver=3.9.1
-pkgrel=6
+pkgrel=7
pkgdesc="HTTP client library"
url="https://github.com/mrkkrp/req"
license=('BSD')
@@ -12,11 +12,16 @@
'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'
'haskell-unordered-containers')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
sha512sums=('ff63baca6647249a419b654d7bf296c2146b41dea3eae2cd0f7e1bfd9b0c8dc87f9259fd63b84f109838e3f2b85e308b969bd3c19b1d5323ecb7ff34ddf26946')
+prepare() {
+ cd $_hkgname-$pkgver
+ uusi -u authenticate-oauth $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list