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

Felix Yan felixonmars at archlinux.org
Fri Jul 21 07:45:55 UTC 2017


    Date: Friday, July 21, 2017 @ 07:45:54
  Author: felixonmars
Revision: 245890

upgpkg: hledger-ui 1.3-7

rebuild with vty,5.16

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-21 07:43:51 UTC (rev 245889)
+++ PKGBUILD	2017-07-21 07:45:54 UTC (rev 245890)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-ui
 pkgver=1.3
-pkgrel=6
+pkgrel=7
 pkgdesc="Curses-style user interface for the hledger accounting tool"
 url="http://hledger.org"
 license=("GPL")
@@ -20,6 +20,7 @@
 prepare() {
     # It does nothing
     sed -e '/mtl-compat/d' \
+        -e 's/, vty >= 5.5 && < 5.16/, vty >= 5.5 \&\& < 5.17/' \
         -i ${pkgname}-${pkgver}/${pkgname}.cabal
 }
 



More information about the arch-commits mailing list