makedeb
Vim-fork focused on extensibility and usability
Click here to go back to the commit logs for neovim-git.
Hash: e192666d94afe8ba2ae905258c1ef2e34f1a5346
Message: added missing lua dependencies
diff --git a/.SRCINFO b/.SRCINFO
index 7aa48aa..bdd8415 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,6 +22,13 @@ pkgbase = neovim-git
makedepends = pkg-config
makedepends = unzip
makedepends = curl
+ depends = libluajit-5.1-2
+ depends = libluajit-5.1-common
+ depends = libmsgpackc2
+ depends = libtermkey1
+ depends = libunibilium4
+ depends = libvterm0
+ depends = lua-luv
optdepends = python3-neovim: for python 3 plugin support see :help provider python
optdepends = ruby-neovim: for Ruby plugin support (see :help provider-ruby)
optdepends = xclip: for clipboard support (or xsel) (see :help provider-clipboard)
diff --git a/PKGBUILD b/PKGBUILD
index 56364bd..1a51570 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=187462021.08.31
pkgrel=1
pkgdesc="Vim-fork focused on extensibility and usability"
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
-depends=()
+depends=('libluajit-5.1-2' 'libluajit-5.1-common' 'libmsgpackc2' 'libtermkey1' 'libunibilium4' 'libvterm0' 'lua-luv')
makedepends=('ninja-build' 'gettext' 'libtool' 'libtool-bin' 'autoconf' 'automake' 'cmake' 'g++' 'pkg-config' 'unzip' 'curl')
optdepends=('python3-neovim: for python 3 plugin support see :help provider python'
'ruby-neovim: for Ruby plugin support (see :help provider-ruby)'