summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSainnhe Park2023-10-18 12:49:56 +0800
committerSainnhe Park2023-10-18 12:49:56 +0800
commit9aeebb823cfc4568bdc114ad6b5fb1e0a67f1faa (patch)
tree3841e40e742bfd000ef27ad75e95ddc86a7b5d9d /PKGBUILD
parent144aa4c0c5d078c87dce6eb58fec3087854aec78 (diff)
downloadaur-neovim-coc.tar.gz
Fix nodejs deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a6d01a41142..549c8e4149a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('neovim')
optdepends=('npm: for installing coc extensions'
'yarn: for installing coc extensions'
'watchman: for workspace_didChangeWatchedFiles feature')
-makedepends=('yarn' 'nodejs-lts-gallium')
+makedepends=('yarn' 'nodejs-lts-hydrogen')
provides=('neovim-coc')
conflicts=('neovim-coc')
source=("https://github.com/neoclide/coc.nvim/archive/${_hash}.zip")