summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSainnhe Park2021-03-27 12:28:38 +0800
committerSainnhe Park2021-03-27 12:28:38 +0800
commit1858bf0cfc7ecf97aed0b90495d8b5c61dac400c (patch)
treeaaf6082d89deff17c391c8ec9fd72e0d7a42bd6d /PKGBUILD
parent013dc145f0af7fb03c729299268accd0543a4db1 (diff)
downloadaur-1858bf0cfc7ecf97aed0b90495d8b5c61dac400c.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 4325cf606681..f06ccc0ace54 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' 'npm')
+makedepends=('git' 'yarn')
_packdir="usr/share/nvim/runtime/pack/coc/start/${_extname}"
license=('MIT')
groups=('neovim-coc-extras-git')