summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhanghua0002021-10-14 08:57:13 +0800
committerzhanghua0002021-10-14 08:57:13 +0800
commita58c8bf2d87c81f564e5e3214d44b21c78ecd78a (patch)
tree4e9c84392af9f51f37b32048ddeda7ebf9cd642d
parent79fd071676f4a43dfbd8b80e4726f6d07faf31dc (diff)
downloadaur-a58c8bf2d87c81f564e5e3214d44b21c78ecd78a.tar.gz
Move neovim-plug to optdepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6115b8ca4f6..d7c3cc454ec0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = neovim-lspconfig
pkgdesc = Quickstart configurations for the Nvim LSP client.
pkgver = e609a70
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/neovim/nvim-lspconfig
arch = any
groups = neovim-plugins
license = Apache
makedepends = git
depends = neovim
- depends = neovim-plug
depends = lua
+ optdepends = neovim-plug: for plugin manager
source = git+https://github.com/neovim/nvim-lspconfig
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a6132de00d6e..c6134f11920f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
pkgname=neovim-lspconfig
pkgver=e609a70
-pkgrel=1
+pkgrel=2
pkgdesc='Quickstart configurations for the Nvim LSP client.'
arch=('any')
url=https://github.com/neovim/nvim-lspconfig
license=('Apache')
groups=('neovim-plugins')
-depends=('neovim' 'neovim-plug' 'lua')
+depends=('neovim' 'lua')
makedepends=('git')
+optdepends=('neovim-plug: for plugin manager')
source=("git+${url}")
sha256sums=('SKIP')
package(){