[arch-commits] Commit in hledger-ui/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Oct 17 07:38:36 UTC 2018


    Date: Wednesday, October 17, 2018 @ 07:38:35
  Author: felixonmars
Revision: 395007

upgpkg: hledger-ui 1.11.1-5

rebuild with ghc 8.6.1

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-17 07:36:48 UTC (rev 395006)
+++ PKGBUILD	2018-10-17 07:38:35 UTC (rev 395007)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-ui
 pkgver=1.11.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Curses-style user interface for the hledger accounting tool"
 url="http://hledger.org"
 license=("GPL")
@@ -19,7 +19,7 @@
 
 prepare() {
     # It does nothing
-    sed -e '/mtl-compat/d' \
+    sed -e '/mtl-compat/d' -e 's/< *4.12/<5/' \
         -i ${pkgname}-${pkgver}/${pkgname}.cabal
 }
 



More information about the arch-commits mailing list