summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSainnhe Park2021-03-27 13:50:05 +0800
committerSainnhe Park2021-03-27 13:50:05 +0800
commit4fbc32fbd4a35eecd9286f3a1d243381756ebee0 (patch)
treec1e074ede33e9545e6d3b483a5b242274b822674 /PKGBUILD
parente04a9f43d6a6281c91c7f297b05639e787b03715 (diff)
downloadaur-4fbc32fbd4a35eecd9286f3a1d243381756ebee0.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 d9450b592b75..b28d8cbe6b77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='Yank highlight and persist yank history support for vim'
arch=('any')
url='https://github.com/neoclide/coc-yank'
depends=('vim-coc')
-makedepends=('git' 'yarn' 'npm')
+makedepends=('git' 'yarn')
_packdir="usr/share/vim/vimfiles/pack/coc/start/${_extname}"
license=('MIT')
groups=('vim-coc-extras-git')