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

Felix Yan felixonmars at archlinux.org
Sun Jun 3 08:02:18 UTC 2018


    Date: Sunday, June 3, 2018 @ 08:02:18
  Author: felixonmars
Revision: 338876

upgpkg: haskell-tree-diff 0.0.1-7

rebuild with tasty 1.1.0.1

Modified:
  haskell-tree-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 08:00:00 UTC (rev 338875)
+++ PKGBUILD	2018-06-03 08:02:18 UTC (rev 338876)
@@ -4,7 +4,7 @@
 _hkgname=tree-diff
 pkgname=haskell-tree-diff
 pkgver=0.0.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Diffing of (expression) trees"
 url="https://github.com/phadej/tree-diff"
 license=('custom:BSD3')
@@ -20,7 +20,7 @@
 
 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/' $_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/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list