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

Felix Yan felixonmars at archlinux.org
Sat Aug 19 14:45:00 UTC 2017


    Date: Saturday, August 19, 2017 @ 14:44:59
  Author: felixonmars
Revision: 252564

upgpkg: hledger-ui 1.3-19

rebuild with vty,5.17

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-19 14:43:17 UTC (rev 252563)
+++ PKGBUILD	2017-08-19 14:44:59 UTC (rev 252564)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-ui
 pkgver=1.3
-pkgrel=18
+pkgrel=19
 pkgdesc="Curses-style user interface for the hledger accounting tool"
 url="http://hledger.org"
 license=("GPL")
@@ -21,7 +21,7 @@
 prepare() {
     # It does nothing
     sed -e '/mtl-compat/d' \
-        -e 's/, vty >= 5.5 && < 5.16/, vty >= 5.5 \&\& < 5.17/' \
+        -e 's/, vty >= 5.5 && < 5.16/, vty >= 5.5/' \
         -i ${pkgname}-${pkgver}/${pkgname}.cabal
 }
 



More information about the arch-commits mailing list