Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / fzf
Commits:
5565976a by Morten Linderud at 2024-09-13T23:17:31+02:00
upgpkg: 0.55.0-1
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -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
=====================================
.nvchecker.toml
=====================================
@@ -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"
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@
# Contributor: jebaum <jebaum at ucla dot edu>
pkgname=fzf
-pkgver=0.54.3
+pkgver=0.55.0
pkgrel=1
pkgdesc='Command-line fuzzy finder'
arch=('x86_64')
@@ -23,7 +23,7 @@ optdepends=('fish: fish keybindings'
options=(!lto)
source=("git+https://github.com/junegunn/fzf.git#tag=v${pkgver}?signed")
validpgpkeys=('B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627') # Junegunn Choi
<[email protected]>
-sha512sums=('ca2f6aba357a6896bc92e93a4d3de0b180318a3d443050fda977827840ff698f19789b98713b0e27a2561f726c76e72e124c5955ccd4331307fcebfae103a745')
+sha512sums=('f9aa07dd4a950860caf776171ed4c489d336aa49bf976320367f8c597c8d140bf8de66e858dcd1fc8fc48d334117866e11224ffe34353e8c66ae19283a03c488')
prepare() {
cd "${pkgname}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fzf/-/commit/5565976a46c7c5778bad4952e0af28aed3fa6801
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fzf/-/commit/5565976a46c7c5778bad4952e0af28aed3fa6801
You're receiving this email because of your account on gitlab.archlinux.org.