summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSainnhe Park2023-09-17 14:42:06 +0800
committerSainnhe Park2023-09-17 14:42:06 +0800
commita05047e8831771ca1be61c7d46966c88df06bca9 (patch)
tree790c88032a6a0e9f0c42f4b3957e918419716579 /PKGBUILD
parentf5a178d7d99450b3508051fbe224408a783b8af1 (diff)
downloadaur-vim-coc-lists-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 6c5c13271d71..e2e05f1f2ae1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='Common lists for coc.nvim'
arch=('any')
url='https://github.com/neoclide/coc-lists'
depends=('vim-coc')
-makedepends=('git' 'yarn')
+makedepends=('yarn' 'npm' 'git')
_packdir="usr/share/vim/vimfiles/pack/coc/start/${_extname}"
license=('MIT')
groups=('vim-coc-extras-git')