summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2018-06-18 16:12:22 -0400
committerAndy Weidenbaum2018-06-18 16:12:22 -0400
commit06da086e9d571f782fc8433f661d1d712d1dd5fd (patch)
tree0f12ad66ac2267f0f5254b07ceb6763a92f4b1af
parent39855111d1b5a4cf4970c23c42bde5db5f28d8c9 (diff)
downloadaur-06da086e9d571f782fc8433f661d1d712d1dd5fd.tar.gz
update pkgver to 20180618
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
-rw-r--r--fzf-extras.install8
3 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99960163b02f..f8cc9d19d85a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
-# Generated by mksrcinfo v8
-# Tue Dec 19 23:04:19 UTC 2017
pkgbase = fzf-extras-git
pkgdesc = Extra keybindings for fzf
- pkgver = 20171005
+ pkgver = 20180618
pkgrel = 1
url = https://github.com/atweiden/fzf-extras
install = fzf-extras.install
arch = any
license = MIT
makedepends = git
+ depends = bash
depends = fzf
+ depends = tmux
optdepends = ctags: select tags
+ optdepends = fasd: fuzzy find frecency files, directories
optdepends = git: git checkout fuzzy commits, branches
optdepends = mlocate: locate files
optdepends = xdg-utils: open files
diff --git a/PKGBUILD b/PKGBUILD
index 926cc5540717..5f0962dc6207 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=fzf-extras-git
-pkgver=20171005
+pkgver=20180618
pkgrel=1
pkgdesc="Extra keybindings for fzf"
arch=('any')
-depends=('fzf')
+depends=('bash' 'fzf' 'tmux')
makedepends=('git')
optdepends=('ctags: select tags'
+ 'fasd: fuzzy find frecency files, directories'
'git: git checkout fuzzy commits, branches'
'mlocate: locate files'
'xdg-utils: open files'
diff --git a/fzf-extras.install b/fzf-extras.install
index d373f4d196ef..66e63df16c29 100644
--- a/fzf-extras.install
+++ b/fzf-extras.install
@@ -6,8 +6,10 @@ read -d '' fzfin <<'EOF'
fzf-extras
==========
-Add the following to your shell config:
+To source fzf-extras, add the following to your shell config:
- . /etc/profile.d/fzf-extras.bash # when bash
- . /etc/profile.d/fzf-extras.zsh # when zsh
+ # when bash
+ . /etc/profile.d/fzf-extras.bash
+ # when zsh
+ . /etc/profile.d/fzf-extras.zsh
EOF