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

Felix Yan felixonmars at archlinux.org
Sat Jan 19 22:42:52 UTC 2019


    Date: Saturday, January 19, 2019 @ 22:42:51
  Author: felixonmars
Revision: 424912

upgpkg: haskell-aws 0.21-10

rebuild with http-client 0.6.1

Modified:
  haskell-aws/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-19 22:40:08 UTC (rev 424911)
+++ PKGBUILD	2019-01-19 22:42:51 UTC (rev 424912)
@@ -4,7 +4,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.21
-pkgrel=9
+pkgrel=10
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="https://github.com/aristidb/aws"
 license=("BSD")
@@ -23,6 +23,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('7122c5c62ef05865dd06f2bd953f34aabc6666c3254bc6119a8dd2d931c098f4b58fb8479cd2dd0fd65e5ffa042b28b9d1ed5c0ba627a8b400e7eaf499ffd3bc')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *0.6/<1/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list