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

Felix Yan felixonmars at archlinux.org
Wed Jun 6 04:42:15 UTC 2018


    Date: Wednesday, June 6, 2018 @ 04:42:15
  Author: felixonmars
Revision: 340743

upgpkg: haskell-io-streams 1.5.0.1-12

rebuild with network 2.7.0.0

Modified:
  haskell-io-streams/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-06 04:39:18 UTC (rev 340742)
+++ PKGBUILD	2018-06-06 04:42:15 UTC (rev 340743)
@@ -4,7 +4,7 @@
 _hkgname=io-streams
 pkgname=haskell-io-streams
 pkgver=1.5.0.1
-pkgrel=11
+pkgrel=12
 pkgdesc="Simple, composable, and easy-to-use stream I/O"
 url="https://github.com/snapframework/io-streams"
 license=('custom:BSD3')
@@ -18,7 +18,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i '/bytestring-builder/d' $_hkgname.cabal
+    sed -i -e '/bytestring-builder/d' -e 's/<.*2.7/<3/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list