summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainnhe Park2021-03-27 11:30:59 +0800
committerSainnhe Park2021-03-27 11:30:59 +0800
commit3a14de79f7e499fe5ec1ddf3d53863da4d30bd7c (patch)
tree9e4da58030d5317a26e417eeaa509db55bba0c0c
parent37cb72c6b2bceed47b8871447db0f62789015e42 (diff)
downloadaur-3a14de79f7e499fe5ec1ddf3d53863da4d30bd7c.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 cae46299d9e1..bcb1ad876a25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = neovim-coc-json-git
arch = any
license = MIT
makedepends = yarn
- makedepends = npm
makedepends = git
depends = neovim-coc
provides = neovim-coc-json
diff --git a/PKGBUILD b/PKGBUILD
index 895c601e0787..0293d011d050 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ provides=("${_variant}-${_extname}")
conflicts=("${_variant}-${_extname}")
arch=('any')
depends=("${_variant}-coc")
-makedepends=('yarn' 'npm' 'git')
+makedepends=('yarn' 'git')
license=('MIT')
source=("${_extname}::git+${url}.git")
pkgver=1.2.6.r0.g66b482d