summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2017-03-05 13:22:08 -0800
committerAndy Weidenbaum2017-03-05 13:22:08 -0800
commit075b841b1a790e0acec7a11ea46e1d92498cc725 (patch)
tree1864ad4425c94606d53ccc0060bc43e72e566165
parent956fe011be477527f7b6970ee260d35328fcc48e (diff)
downloadaur-075b841b1a790e0acec7a11ea46e1d92498cc725.tar.gz
update pkgver to 20170305, optdepends-=vim-fzf
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16ec0f536bd9..d298c83bdd7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jul 15 18:53:31 UTC 2016
+# Sun Mar 5 21:21:11 UTC 2017
pkgbase = fzf-git
pkgdesc = Command-line fuzzy finder
- pkgver = 20160716
+ pkgver = 20170305
pkgrel = 1
url = https://github.com/junegunn/fzf
install = fzf.install
@@ -18,7 +18,6 @@ pkgbase = fzf-git
optdepends = fish: fish keybindings
optdepends = fzf-extras: fzf keybindings from junegunn wiki and dotfiles
optdepends = tmux: fzf-tmux script for launching fzf in a tmux pane
- optdepends = vim-fzf: vim plugin
optdepends = zsh: zsh keybindings
provides = fzf
conflicts = fzf
diff --git a/PKGBUILD b/PKGBUILD
index 4053c2618070..4bd33c0259c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: jebaum <jebaum at ucla dot edu>
pkgname=fzf-git
-pkgver=20160716
+pkgver=20170305
pkgrel=1
pkgdesc="Command-line fuzzy finder"
arch=('armv6h' 'armv7h' 'i686' 'x86_64')
@@ -12,7 +12,6 @@ makedepends=('git' 'go' 'make')
optdepends=('fish: fish keybindings'
'fzf-extras: fzf keybindings from junegunn wiki and dotfiles'
'tmux: fzf-tmux script for launching fzf in a tmux pane'
- 'vim-fzf: vim plugin'
'zsh: zsh keybindings')
url="https://github.com/junegunn/fzf"
license=('MIT')