summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSainnhe Park2023-09-17 14:39:13 +0800
committerSainnhe Park2023-09-17 14:39:13 +0800
commitd1bf305cef51533fea59e3692da04fe6b70df5ad (patch)
tree862e261be627f9249cc2140c2870a780e67ff051 /PKGBUILD
parent3527fc45cc2dcfcece30ead1de0eb35597d8ab22 (diff)
downloadaur-neovim-coc-git-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 08e8a74e5d13..1e8fa3c1f355 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='Git integration of coc.nvim'
arch=('any')
url='https://github.com/neoclide/coc-git'
depends=('neovim-coc' 'git')
-makedepends=('yarn')
+makedepends=('yarn' 'npm')
_packdir="usr/share/nvim/runtime/pack/coc/start/${_extname}"
license=('MIT')
groups=('neovim-coc-extras-git')