summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO33
1 files changed, 21 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb5e952243af..b1d0ed861227 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,31 +1,40 @@
pkgbase = clap-git
pkgdesc = Modern performant generic finder and dispatcher for Vim and NeoVim
- pkgver = 0.19.r14.g91331ea
+ pkgver = 0.23.r2.gb6d82bc
pkgrel = 1
url = https://github.com/liuchengxu/vim-clap
- arch = any
+ arch = x86_64
+ groups = vim-plugins
license = MIT
makedepends = git
- makedepends = rustup
- makedepends = make
+ makedepends = rust
+ makedepends = python
source = clap::git+https://github.com/liuchengxu/vim-clap.git
sha256sums = SKIP
pkgname = vim-clap-git
depends = vim
- optdepends = python: for built-in fzy python implementation
- optdepends = fzf: fzf external filter
- optdepends = fzy: fzy external filter
- optdepends = skim: skim external filter
+ depends = gcc-libs
+ optdepends = python: for the Python dynamic module
+ optdepends = git: for the bcommits, commits, files, gfiles or git_files, and git_diff_files providers
+ optdepends = ctags: for the proj_tags provider
+ optdepends = ripgrep: for the files and grep providers
+ optdepends = fzf: for the fzf external filter
+ optdepends = fzy: for the fzy external filter
+ optdepends = skim: for the sk external filter
provides = vim-clap
conflicts = vim-clap
pkgname = neovim-clap-git
depends = neovim
- optdepends = python-pynvim: for built-in fzy python implementation
- optdepends = fzf: fzf external filter
- optdepends = fzy: fzy external filter
- optdepends = skim: skim external filter
+ depends = gcc-libs
+ optdepends = python-pynvim: for the Python dynamic module
+ optdepends = git: for the bcommits, commits, files, gfiles or git_files, and git_diff_files providers
+ optdepends = ctags: for the proj_tags provider
+ optdepends = ripgrep: for the files and grep providers
+ optdepends = fzf: for the fzf external filter
+ optdepends = fzy: for the fzy external filter
+ optdepends = skim: for the sk external filter
provides = neovim-clap
conflicts = neovim-clap