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

Felix Yan felixonmars at archlinux.org
Sat Feb 9 18:24:36 UTC 2019


    Date: Saturday, February 9, 2019 @ 18:24:35
  Author: felixonmars
Revision: 430927

upgpkg: haskell-http 4000.3.12-114

rebuild with network 2.8.0.0

Modified:
  haskell-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-09 18:00:19 UTC (rev 430926)
+++ PKGBUILD	2019-02-09 18:24:35 UTC (rev 430927)
@@ -4,7 +4,7 @@
 _hkgname=HTTP
 pkgname=haskell-http
 pkgver=4000.3.12
-pkgrel=113
+pkgrel=114
 pkgdesc="A library for client-side HTTP"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=('BSD')
@@ -19,7 +19,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *4.12/<5/' $_hkgname.cabal
+    sed -i -e 's/< *4.12/<5/' -e 's/< *2.8/<4/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list