mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/fzf to 0.55.0-1
This commit is contained in:
parent
639f002de9
commit
7885822671
3 changed files with 6 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = fzf
|
||||
pkgdesc = Command-line fuzzy finder
|
||||
pkgver = 0.54.3
|
||||
pkgver = 0.55.0
|
||||
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.3?signed
|
||||
source = git+https://github.com/junegunn/fzf.git#tag=v0.55.0?signed
|
||||
validpgpkeys = B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627
|
||||
sha512sums = ca2f6aba357a6896bc92e93a4d3de0b180318a3d443050fda977827840ff698f19789b98713b0e27a2561f726c76e72e124c5955ccd4331307fcebfae103a745
|
||||
sha512sums = f9aa07dd4a950860caf776171ed4c489d336aa49bf976320367f8c597c8d140bf8de66e858dcd1fc8fc48d334117866e11224ffe34353e8c66ae19283a03c488
|
||||
|
||||
pkgname = fzf
|
||||
|
|
|
@ -2,5 +2,6 @@
|
|||
source = "github"
|
||||
github = "junegunn/fzf"
|
||||
use_max_tag = true
|
||||
prefix = "v"
|
||||
from_pattern = "(\\d+)\\.(\\d+)\\.(\\d+)\\-(\\d+)"
|
||||
to_pattern = "\\1.\\2.\\3.\\4"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
# - generalize arch-dependent install line
|
||||
|
||||
pkgname=fzf
|
||||
pkgver=0.54.3
|
||||
pkgver=0.55.0
|
||||
pkgrel=1
|
||||
pkgdesc='Command-line fuzzy finder'
|
||||
arch=('x86_64')
|
||||
|
@ -26,7 +26,7 @@ optdepends=('fish: fish keybindings'
|
|||
options=(!lto)
|
||||
source=("git+https://github.com/junegunn/fzf.git#tag=v${pkgver}?signed")
|
||||
validpgpkeys=('B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627') # Junegunn Choi <junegunn.c@gmail.com>
|
||||
sha512sums=('ca2f6aba357a6896bc92e93a4d3de0b180318a3d443050fda977827840ff698f19789b98713b0e27a2561f726c76e72e124c5955ccd4331307fcebfae103a745')
|
||||
sha512sums=('f9aa07dd4a950860caf776171ed4c489d336aa49bf976320367f8c597c8d140bf8de66e858dcd1fc8fc48d334117866e11224ffe34353e8c66ae19283a03c488')
|
||||
|
||||
prepare() {
|
||||
cd "${pkgname}"
|
||||
|
|
Loading…
Reference in a new issue