summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a9736653029..a07d9111839b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
pkgname=fzf-extras
pkgver=0.0.20
-pkgrel=1
+pkgrel=2
pkgdesc="Extra keybindings for fzf"
arch=('any')
depends=('fzf')
optdepends=('ctags: select tags'
'git: git checkout fuzzy commits, branches'
'mlocate: locate files'
- 'vim-fzf: fzf.vim'
'xdg-utils: open files'
'zsh: zsh keybindings')
url="https://github.com/atweiden/fzf-extras"