summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzhanghua0002021-10-14 08:51:10 +0800
committerzhanghua0002021-10-14 08:51:10 +0800
commita654b3c7816c0af20c386827423ccd0e7d724a3f (patch)
treebd7bd1bcf59d945112b1302591ffb414de31d153 /PKGBUILD
parent5d695ed84de22a1c4766a6eb0d20ddc4b178d6a6 (diff)
downloadaur-cmp-buffer.tar.gz
Move neovim-plug to optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d3fa8095fdf..3a4f3536080c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
pkgname=cmp-buffer
pkgver=5dde543
-pkgrel=1
+pkgrel=2
pkgdesc='nvim-cmp source for buffer words'
arch=('any')
url=https://github.com/hrsh7th/cmp-buffer
license=('')
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(){