summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainnhe Park2023-09-17 14:48:15 +0800
committerSainnhe Park2023-09-17 14:48:15 +0800
commit98cc45302115f2c2089a09c26c9c7d332f60a589 (patch)
treec0278f78068b0f782ba6c9720f163ba1a51e11d4
parent6d75921e51feede6a7dd51215a30ece9678268e1 (diff)
downloadaur-neovim-coc-yank-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 d1c496b54237..484bc398aebc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,9 @@ pkgbase = neovim-coc-yank-git
arch = any
groups = neovim-coc-extras-git
license = MIT
- makedepends = git
makedepends = yarn
+ makedepends = npm
+ makedepends = git
depends = neovim-coc
provides = neovim-coc-yank
conflicts = neovim-coc-yank
@@ -15,4 +16,3 @@ pkgbase = neovim-coc-yank-git
sha256sums = SKIP
pkgname = neovim-coc-yank-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 93144a24e80b..8aa2b3b2ef74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='Yank highlight and persist yank history support for vim'
arch=('any')
url='https://github.com/neoclide/coc-yank'
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')