extra/fzf to 0.48.0-1

This commit is contained in:
Kevin Mihelich 2024-03-13 17:59:11 +00:00
parent 5bb9d4541c
commit 4584926e72
3 changed files with 9 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pkgbase = fzf
pkgdesc = Command-line fuzzy finder
pkgver = 0.46.1
pkgver = 0.48.0
pkgrel = 1
url = https://github.com/junegunn/fzf
arch = x86_64
@ -13,7 +13,7 @@ pkgbase = fzf
optdepends = vim: plugin
optdepends = zsh: zsh keybindings
options = !lto
source = git+https://github.com/junegunn/fzf.git#tag=0.46.1?signed
source = git+https://github.com/junegunn/fzf.git#tag=0.48.0?signed
validpgpkeys = B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627
sha512sums = SKIP

View file

@ -0,0 +1,6 @@
[fzf]
source = "github"
github = "junegunn/fzf"
use_max_tag = true
from_pattern = "(\\d+)\\.(\\d+)\\.(\\d+)\\-(\\d+)"
to_pattern = "\\1.\\2.\\3.\\4"

View file

@ -11,7 +11,7 @@
# - generalize arch-dependent install line
pkgname=fzf
pkgver=0.46.1
pkgver=0.48.0
pkgrel=1
pkgdesc='Command-line fuzzy finder'
arch=('x86_64')