summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainnhe Park2023-09-17 14:43:26 +0800
committerSainnhe Park2023-09-17 14:43:26 +0800
commitf8cfec194425e1cec7c8ae3e926722aeea9f7831 (patch)
tree1f33ed1ed0ddcd947f20a39228c95e732e9d05cb
parentcbd20935876b87f419e29d17bba761e0da9aaf5c (diff)
downloadaur-neovim-coc-pairs-git.tar.gz
Fix makedeps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce09a8db01d4..123ac6f6e1b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,9 @@ pkgbase = neovim-coc-pairs-git
arch = any
groups = neovim-coc-extras-git
license = MIT
- makedepends = git
makedepends = yarn
+ makedepends = npm
+ makedepends = git
depends = neovim-coc
provides = neovim-coc-pairs
conflicts = neovim-coc-pairs
@@ -15,4 +16,3 @@ pkgbase = neovim-coc-pairs-git
sha256sums = SKIP
pkgname = neovim-coc-pairs-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 742fce011545..3ee4da56ba6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='Auto pairs extension for coc.nvim'
arch=('any')
url='https://github.com/neoclide/coc-pairs'
depends=('neovim-coc')
-makedepends=('git' 'yarn')
+makedepends=('yarn' 'npm' 'git')
_packdir="usr/share/nvim/runtime/pack/coc/start/${_extname}"
license=('MIT')
groups=('neovim-coc-extras-git')