diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ depends=('neovim') optdepends=('npm: for installing coc extensions' 'yarn: for installing coc extensions' 'watchman: for workspace_didChangeWatchedFiles feature') -makedepends=('yarn' 'nodejs-lts-gallium') +makedepends=('yarn' 'nodejs-lts-hydrogen') provides=('neovim-coc') conflicts=('neovim-coc') source=("https://github.com/neoclide/coc.nvim/archive/${_hash}.zip") |