extra/fzf to 0.54.3-1

This commit is contained in:
Kevin Mihelich 2024-08-02 10:25:33 +00:00
parent 4f7ee483eb
commit a33af33763
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = fzf
pkgdesc = Command-line fuzzy finder
pkgver = 0.54.0
pkgver = 0.54.3
pkgrel = 1
url = https://github.com/junegunn/fzf
arch = x86_64
@ -13,8 +13,8 @@ pkgbase = fzf
optdepends = vim: plugin
optdepends = zsh: zsh keybindings
options = !lto
source = git+https://github.com/junegunn/fzf.git#tag=v0.54.0?signed
source = git+https://github.com/junegunn/fzf.git#tag=v0.54.3?signed
validpgpkeys = B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627
sha512sums = 72ad3af2bd3a49dd5ecbc327b2997099ea2d9e98cbc2072b0e6705b5ac935bfcfcdc35b792b5492e3fe2831a6a54660eb85895e61ba2024cb9bc9338bce49e98
sha512sums = ca2f6aba357a6896bc92e93a4d3de0b180318a3d443050fda977827840ff698f19789b98713b0e27a2561f726c76e72e124c5955ccd4331307fcebfae103a745
pkgname = fzf

View file

@ -11,7 +11,7 @@
# - generalize arch-dependent install line
pkgname=fzf
pkgver=0.54.0
pkgver=0.54.3
pkgrel=1
pkgdesc='Command-line fuzzy finder'
arch=('x86_64')
@ -25,8 +25,8 @@ optdepends=('fish: fish keybindings'
'zsh: zsh keybindings')
options=(!lto)
source=("git+https://github.com/junegunn/fzf.git#tag=v${pkgver}?signed")
validpgpkeys=('B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627')
sha512sums=('72ad3af2bd3a49dd5ecbc327b2997099ea2d9e98cbc2072b0e6705b5ac935bfcfcdc35b792b5492e3fe2831a6a54660eb85895e61ba2024cb9bc9338bce49e98')
validpgpkeys=('B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627') # Junegunn Choi <junegunn.c@gmail.com>
sha512sums=('ca2f6aba357a6896bc92e93a4d3de0b180318a3d443050fda977827840ff698f19789b98713b0e27a2561f726c76e72e124c5955ccd4331307fcebfae103a745')
prepare() {
cd "${pkgname}"