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

Christian Hesse eworm at archlinux.org
Mon Aug 29 09:49:02 UTC 2016


    Date: Monday, August 29, 2016 @ 09:49:02
  Author: eworm
Revision: 187902

make lua-lpeg a hard dependency

Modified:
  vis/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-29 09:47:47 UTC (rev 187901)
+++ PKGBUILD	2016-08-29 09:49:02 UTC (rev 187902)
@@ -7,9 +7,8 @@
 pkgdesc='modern, legacy free, simple yet efficient vim-like editor'
 arch=('i686' 'x86_64')
 url='http://www.brain-dump.org/projects/vis/'
-depends=('ncurses' 'libtermkey' 'lua')
+depends=('ncurses' 'libtermkey' 'lua' 'lua-lpeg')
 makedepends=('markdown')
-optdepends=('lua-lpeg: for syntax highlighting')
 license=('custom:ISC')
 source=("http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz"
 	'pie.patch')



More information about the arch-commits mailing list