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

Felix Yan felixonmars at archlinux.org
Tue Jan 7 11:32:49 UTC 2020


    Date: Tuesday, January 7, 2020 @ 11:32:48
  Author: felixonmars
Revision: 549828

upgpkg: haskell-tree-diff 0.1-40: rebuild with trifecta 2.1

Modified:
  haskell-tree-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-07 11:07:48 UTC (rev 549827)
+++ PKGBUILD	2020-01-07 11:32:48 UTC (rev 549828)
@@ -3,7 +3,7 @@
 _hkgname=tree-diff
 pkgname=haskell-tree-diff
 pkgver=0.1
-pkgrel=39
+pkgrel=40
 pkgdesc="Diffing of (expression) trees"
 url="https://github.com/phadej/tree-diff"
 license=('BSD')
@@ -20,7 +20,7 @@
 prepare() {
     cd $_hkgname-$pkgver
     echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
-    sed -i -e 's/=0.10.5/=0.11/' -e 's/=0.9.1/=0.10/' -e '/bytestring-builder/d' $_hkgname.cabal
+    sed -i -e 's/=0.10.5/=0.11/' -e 's/=0.9.1/=0.10/' -e 's/=2$/=2.1/' -e '/bytestring-builder/d' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list