summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainnhe Park2021-03-27 11:53:53 +0800
committerSainnhe Park2021-03-27 11:53:53 +0800
commitf5a178d7d99450b3508051fbe224408a783b8af1 (patch)
tree7bbd3c0b89688a8d2ea610eef5a8a308bbb7b750
parentc3e5078f089757ca556aebf48ef2ce40408ece25 (diff)
downloadaur-f5a178d7d99450b3508051fbe224408a783b8af1.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 aa2aab64b63f..685a262dfe68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = vim-coc-lists-git
license = MIT
makedepends = git
makedepends = yarn
- makedepends = npm
depends = vim-coc
provides = vim-coc-lists
conflicts = vim-coc-lists
diff --git a/PKGBUILD b/PKGBUILD
index b14bf292075b..6c5c13271d71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='Common lists for coc.nvim'
arch=('any')
url='https://github.com/neoclide/coc-lists'
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')