diff options
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -6,8 +6,9 @@ pkgbase = neovim-coc-lists-git arch = any groups = neovim-coc-extras-git license = MIT - makedepends = git makedepends = yarn + makedepends = npm + makedepends = git depends = neovim-coc provides = neovim-coc-lists conflicts = neovim-coc-lists @@ -15,4 +16,3 @@ pkgbase = neovim-coc-lists-git sha256sums = SKIP pkgname = neovim-coc-lists-git - @@ -6,7 +6,7 @@ pkgdesc='Common lists for coc.nvim' arch=('any') url='https://github.com/neoclide/coc-lists' depends=('neovim-coc') -makedepends=('git' 'yarn') +makedepends=('yarn' 'npm' 'git') _packdir="usr/share/nvim/runtime/pack/coc/start/${_extname}" license=('MIT') groups=('neovim-coc-extras-git') |