[arch-commits] Commit in haskell-aws/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Mar 11 22:30:23 UTC 2020
Date: Wednesday, March 11, 2020 @ 22:30:22
Author: felixonmars
Revision: 594669
upgpkg: haskell-aws 0.22-1: rebuild with aws 0.22
Modified:
haskell-aws/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++------------
1 file changed, 4 insertions(+), 12 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-11 22:20:00 UTC (rev 594668)
+++ PKGBUILD 2020-03-11 22:30:22 UTC (rev 594669)
@@ -3,8 +3,8 @@
_hkgname=aws
pkgname=haskell-aws
-pkgver=0.21.1
-pkgrel=192
+pkgver=0.22
+pkgrel=1
pkgdesc="Amazon Web Services (AWS) for Haskell"
url="https://github.com/aristidb/aws"
license=("BSD")
@@ -20,17 +20,9 @@
makedepends=('ghc' 'haskell-quickcheck' 'haskell-errors' 'haskell-http-client'
'haskell-http-client-tls' 'haskell-quickcheck-instances' 'haskell-tasty'
'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-transformers-base')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz"
- aws-ghc-8.8.patch::https://github.com/aristidb/aws/pull/263.patch)
-sha512sums=('ab22fd2113b579404c218abbef42ebc04e3b5d90c4a1ecc4ad36aa720c8071c07d8b49bd2441bc07d1383122cfdd5e95a04fad6929adedb66e5d5b684eed2f37'
- '12c5c3a7788106e2a7a47140260a04ab72d55a016e2eaf34f50374d21127521ed65128848de3a7ef0357caec153d5fad104e3575466e501ff5d3baccecb164b4')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('e7ff376c47a7ca7a65c8f10f19e591d4a4b4d2cfa333b4727f88f0b170d7acb0aff402617f2d617c522fe5d16ce92b249a23f1fb0a8bfe5bbefaef2931b786bd')
-prepare() {
- cd $_hkgname-$pkgver
- patch -p1 -i ../aws-ghc-8.8.patch
- sed -i 's/< *0.6/<1/' $_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list