summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSainnhe Park2021-03-27 11:20:12 +0800
committerSainnhe Park2021-03-27 11:20:12 +0800
commit3527fc45cc2dcfcece30ead1de0eb35597d8ab22 (patch)
tree94838e1c98caab3fe56da77b477c4d0a14400f21 /PKGBUILD
parentff7f6fef4e431a43268220be671bd41407debcab (diff)
downloadaur-3527fc45cc2dcfcece30ead1de0eb35597d8ab22.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 1e8fa3c1f355..08e8a74e5d13 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' 'npm')
+makedepends=('yarn')
_packdir="usr/share/nvim/runtime/pack/coc/start/${_extname}"
license=('MIT')
groups=('neovim-coc-extras-git')