[arch-commits] Commit in haskell-aws/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri May 29 17:55:11 UTC 2020


    Date: Friday, May 29, 2020 @ 17:55:06
  Author: felixonmars
Revision: 637184

upgpkg: haskell-aws 0.22-51: rebuild with http-client 0.7.0

Modified:
  haskell-aws/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-29 17:47:26 UTC (rev 637183)
+++ PKGBUILD	2020-05-29 17:55:06 UTC (rev 637184)
@@ -4,7 +4,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.22
-pkgrel=50
+pkgrel=51
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="https://github.com/aristidb/aws"
 license=("BSD")
@@ -25,7 +25,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/== *1.0/== 1.1/' $_hkgname.cabal
+    sed -i 's/== *1.0/== 1.1/;s/< *0.7/<1/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list