summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSainnhe Park2021-03-27 11:58:05 +0800
committerSainnhe Park2021-03-27 11:58:05 +0800
commitcbd20935876b87f419e29d17bba761e0da9aaf5c (patch)
tree362b51ff51c61fb746b8a48e5877e38463bfa023 /PKGBUILD
parent0ef77a09db0f50ae098a8989d3110be971304bbc (diff)
downloadaur-cbd20935876b87f419e29d17bba761e0da9aaf5c.tar.gz
Remove npm makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e26081326738..742fce011545 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='Auto pairs extension for coc.nvim'
arch=('any')
url='https://github.com/neoclide/coc-pairs'
depends=('neovim-coc')
-makedepends=('git' 'yarn' 'npm')
+makedepends=('git' 'yarn')
_packdir="usr/share/nvim/runtime/pack/coc/start/${_extname}"
license=('MIT')
groups=('neovim-coc-extras-git')