summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainnhe Park2021-03-27 13:54:45 +0800
committerSainnhe Park2021-03-27 13:54:45 +0800
commitecb3a0f8f0e328b7f6e2c815b38ef5b47f54fb7b (patch)
tree91987186934dc6af051baeb25031f605eaa974b7
parentc3c8a12c3062e5bb4e3e4f6ea1d24fdcb5cf5fc5 (diff)
downloadaur-ecb3a0f8f0e328b7f6e2c815b38ef5b47f54fb7b.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 c03bc5e4c02f..cca2a21d874e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = neovim-coc-yaml-git
arch = any
license = MIT
makedepends = yarn
- makedepends = npm
makedepends = git
depends = neovim-coc
provides = neovim-coc-yaml
diff --git a/PKGBUILD b/PKGBUILD
index 54a06a6f8820..74129d2396bc 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.0.4.r1.ge3db99f