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

Felix Yan felixonmars at archlinux.org
Sat Oct 20 02:23:35 UTC 2018


    Date: Saturday, October 20, 2018 @ 02:23:34
  Author: felixonmars
Revision: 397964

upgpkg: haskell-tree-diff 0.0.1-53

rebuild with trifecta 2

Modified:
  haskell-tree-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-20 02:21:30 UTC (rev 397963)
+++ PKGBUILD	2018-10-20 02:23:34 UTC (rev 397964)
@@ -3,7 +3,7 @@
 _hkgname=tree-diff
 pkgname=haskell-tree-diff
 pkgver=0.0.1
-pkgrel=52
+pkgrel=53
 pkgdesc="Diffing of (expression) trees"
 url="https://github.com/phadej/tree-diff"
 license=('custom:BSD3')
@@ -19,7 +19,8 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e 's/<.*2.11/<3/' -e 's/<.*4.11/<5/' -e 's/<.*1.3/<2/' -e 's/<.*0.10/<1/' -e 's/<.*1.1/<2/' -e 's/< *0.6/<1/' $_hkgname.cabal
+    sed -i -e 's/<.*2.11/<3/' -e 's/<.*4.11/<5/' -e 's/<.*1.3/<2/' -e 's/<.*0.10/<1/'\
+           -e 's/<.*1.1/<2/' -e 's/< *0.6/<1/' -e 's/< *1.8/<3/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list