summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSainnhe Park2023-09-17 14:37:58 +0800
committerSainnhe Park2023-09-17 14:37:58 +0800
commit62cf9f9a2813950bf4c182dacf3dd8af6b04e800 (patch)
tree60f19d990661b2eec2a8dd89cbf5d0f728c22ecd /PKGBUILD
parenta9ea0b6af1b436d8a500b6385692a8311a7b1af8 (diff)
downloadaur-neovim-coc-explorer-git.tar.gz
Fix makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c84f4fd99d4b..f1efac50853d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='Explorer for coc.nvim'
arch=('any')
url='https://github.com/weirongxu/coc-explorer'
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')