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

Felix Yan felixonmars at archlinux.org
Thu Oct 26 07:41:20 UTC 2017


    Date: Thursday, October 26, 2017 @ 07:41:19
  Author: felixonmars
Revision: 264410

upgpkg: haskell-aws 0.17.1-4

rebuild with conduit-extra,1.2.0

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-26 07:13:06 UTC (rev 264409)
+++ PKGBUILD	2017-10-26 07:41:19 UTC (rev 264410)
@@ -5,7 +5,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.17.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="https://github.com/aristidb/aws"
 license=("custom:BSD3")
@@ -22,6 +22,10 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('236e2d29c439f3a0928de6ad5a12628cb1c2bc9258e81373aa58880d5b46fca40395f7456e379768ed6ccd234e6119fab9bf89771326fdb1b9b6dd2060320474')
 
+prepare() {
+    sed -i 's/conduit-extra        >= 1.1     && < 1.2,/conduit-extra >= 1.1,/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list