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

Felix Yan felixonmars at archlinux.org
Thu May 31 05:14:42 UTC 2018


    Date: Thursday, May 31, 2018 @ 05:14:42
  Author: felixonmars
Revision: 334140

upgpkg: haskell-path-io 1.3.3-39

rebuild with temporary 1.3

Modified:
  haskell-path-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 05:03:41 UTC (rev 334139)
+++ PKGBUILD	2018-05-31 05:14:42 UTC (rev 334140)
@@ -6,7 +6,7 @@
 _hkgname=path-io
 pkgname=haskell-path-io
 pkgver=1.3.3
-pkgrel=38
+pkgrel=39
 pkgdesc="Interface to ‘directory’ package for users of ‘path’"
 url="https://github.com/mrkkrp/path-io"
 license=("custom:BSD3")
@@ -19,7 +19,7 @@
 
 prepare() {
   cd $_hkgname-$pkgver
-  sed -i 's/<.*0.9/<1/' $_hkgname.cabal
+  sed -i -e 's/<.*0.9/<1/' -e 's/<.*1.3/<2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list