summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainnhe Park2021-03-27 12:28:38 +0800
committerSainnhe Park2021-03-27 12:28:38 +0800
commit1858bf0cfc7ecf97aed0b90495d8b5c61dac400c (patch)
treeaaf6082d89deff17c391c8ec9fd72e0d7a42bd6d
parent013dc145f0af7fb03c729299268accd0543a4db1 (diff)
downloadaur-1858bf0cfc7ecf97aed0b90495d8b5c61dac400c.tar.gz
Remove npm makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32ca5142cbc4..1900b9d31688 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = neovim-coc-snippets-git
license = MIT
makedepends = git
makedepends = yarn
- makedepends = npm
depends = neovim-coc
provides = neovim-coc-snippets
conflicts = neovim-coc-snippets
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')