[arch-commits] Commit in haskell-req/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Oct 26 12:40:04 UTC 2020
Date: Monday, October 26, 2020 @ 12:40:04
Author: felixonmars
Revision: 733954
upgpkg: haskell-req 3.7.0-1: rebuild with req 3.7.0
Modified:
haskell-req/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-10-26 12:36:47 UTC (rev 733953)
+++ PKGBUILD 2020-10-26 12:40:04 UTC (rev 733954)
@@ -2,8 +2,8 @@
_hkgname=req
pkgname=haskell-req
-pkgver=3.6.0
-pkgrel=22
+pkgver=3.7.0
+pkgrel=1
pkgdesc="Easy-to-use, type-safe, expandable, high-level HTTP client library"
url="https://github.com/mrkkrp/req"
license=('BSD')
@@ -12,15 +12,11 @@
'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'
'haskell-unordered-containers')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('a0ac215bee4d113063fe0143a63ac984b99256b39e2edf6c3115296d2d8e49cf')
+sha512sums=('4212f1add864459a5b772e7b3db745f2f12539369e5a15f0c1ffd8713ed50e5740042ca7c354f00a6f67865bcde012239fa11045bfcd441d7b10d100265a371f')
-prepare() {
- uusi $_hkgname-$pkgver/$_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list