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

Felix Yan felixonmars at archlinux.org
Tue Dec 24 10:52:50 UTC 2019


    Date: Tuesday, December 24, 2019 @ 10:52:49
  Author: felixonmars
Revision: 539739

upgpkg: haskell-tree-diff 0.1-34: rebuild with pandoc 2.8, pandoc-types 1.20, doctemplates 0.7.1, HsYAML 0.2.1.0, haddock-library 1.8.0, texmath 0.12, base-compat 0.11.0, base-compat-batteries 0.11.0, optparse-applicative 0.15.1.0, hledger 1.16, hledger-lib 1.16, hledger-ui 1.16, hledger-web 1.16

Modified:
  haskell-tree-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-24 10:12:27 UTC (rev 539738)
+++ PKGBUILD	2019-12-24 10:52:49 UTC (rev 539739)
@@ -3,7 +3,7 @@
 _hkgname=tree-diff
 pkgname=haskell-tree-diff
 pkgver=0.1
-pkgrel=33
+pkgrel=34
 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 '/bytestring-builder/d' $_hkgname.cabal
+    sed -i -e 's/=0.10.5/=0.11/' -e '/bytestring-builder/d' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list