summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
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() {