summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2018-06-18 16:12:24 -0400
committerAndy Weidenbaum2018-06-18 16:12:24 -0400
commitef6935e096463b0dc86c53924d2188b94fa1e311 (patch)
treec91778c909329fa9bdb0c1df08d13735c204d22a
parent5ac9a9e2cd0f8543ff4ce35ff0e1035c987d5344 (diff)
downloadaur-ef6935e096463b0dc86c53924d2188b94fa1e311.tar.gz
update pkgver to 0.0.22
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
-rw-r--r--fzf-extras.install8
3 files changed, 16 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32a4cfda4173..617f1e1a9131 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,22 @@
-# Generated by mksrcinfo v8
-# Thu Oct 5 17:20:25 UTC 2017
pkgbase = fzf-extras
pkgdesc = Extra keybindings for fzf
- pkgver = 0.0.21
+ pkgver = 0.0.22
pkgrel = 1
url = https://github.com/atweiden/fzf-extras
install = fzf-extras.install
arch = any
license = MIT
+ 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
optdepends = zsh: zsh keybindings
- source = fzf-extras-0.0.21.tar.gz::https://codeload.github.com/atweiden/fzf-extras/tar.gz/0.0.21
- sha256sums = d5a8c251ada6a476a65bc158135260e61c0f66ff1aeaa2b932158808dad8bbe8
+ source = https://github.com/atweiden/fzf-extras/releases/download/0.0.22/fzf-extras-0.0.22.tar.gz
+ sha256sums = d9c21f6b0beca7d77539db6eb043bcbe16210e0ae3d34aa8dd26e988caea066e
pkgname = fzf-extras
diff --git a/PKGBUILD b/PKGBUILD
index ffe29495ff94..7a454f40836c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,21 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=fzf-extras
-pkgver=0.0.21
+pkgver=0.0.22
pkgrel=1
pkgdesc="Extra keybindings for fzf"
arch=('any')
-depends=('fzf')
+depends=('bash' 'fzf' 'tmux')
optdepends=('ctags: select tags'
+ 'fasd: fuzzy find frecency files, directories'
'git: git checkout fuzzy commits, branches'
'mlocate: locate files'
'xdg-utils: open files'
'zsh: zsh keybindings')
url="https://github.com/atweiden/fzf-extras"
license=('MIT')
-source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/atweiden/$pkgname/tar.gz/$pkgver)
-sha256sums=('d5a8c251ada6a476a65bc158135260e61c0f66ff1aeaa2b932158808dad8bbe8')
+source=(https://github.com/atweiden/fzf-extras/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('d9c21f6b0beca7d77539db6eb043bcbe16210e0ae3d34aa8dd26e988caea066e')
install=fzf-extras.install
package() {
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