mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/fzf to 0.37.0-1
This commit is contained in:
parent
ca3faff9aa
commit
4a6fce26e4
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
# - generalize arch-dependent install line
|
||||
|
||||
pkgname=fzf
|
||||
pkgver=0.35.1
|
||||
pkgver=0.37.0
|
||||
pkgrel=1
|
||||
pkgdesc='Command-line fuzzy finder'
|
||||
arch=('x86_64')
|
||||
|
@ -23,6 +23,7 @@ optdepends=('fish: fish keybindings'
|
|||
'tmux: fzf-tmux script for launching fzf in a tmux pane'
|
||||
'vim: plugin'
|
||||
'zsh: zsh keybindings')
|
||||
options=(!lto)
|
||||
source=("git+https://github.com/junegunn/fzf.git#tag=${pkgver}?signed")
|
||||
validpgpkeys=('B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627')
|
||||
sha512sums=('SKIP')
|
||||
|
|
Loading…
Reference in a new issue