summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSainnhe Park2023-09-17 14:45:04 +0800
committerSainnhe Park2023-09-17 14:45:04 +0800
commit8e02d29f185df38e178bf3b37d0a0a2285f8e53d (patch)
tree09c0fce38fcfefb6b3c971efc80360b88c057cb0 /PKGBUILD
parent1858bf0cfc7ecf97aed0b90495d8b5c61dac400c (diff)
downloadaur-8e02d29f185df38e178bf3b37d0a0a2285f8e53d.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 f06ccc0ace54..feb69629058b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='Snippets solution for coc.nvim'
arch=('any')
url='https://github.com/neoclide/coc-snippets'
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')