mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/fzf to 0.56.3-1
This commit is contained in:
parent
af1f8e06ce
commit
2e9e15ebaa
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = fzf
|
pkgbase = fzf
|
||||||
pkgdesc = Command-line fuzzy finder
|
pkgdesc = Command-line fuzzy finder
|
||||||
pkgver = 0.55.0
|
pkgver = 0.56.3
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/junegunn/fzf
|
url = https://github.com/junegunn/fzf
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -13,8 +13,8 @@ pkgbase = fzf
|
||||||
optdepends = vim: plugin
|
optdepends = vim: plugin
|
||||||
optdepends = zsh: zsh keybindings
|
optdepends = zsh: zsh keybindings
|
||||||
options = !lto
|
options = !lto
|
||||||
source = git+https://github.com/junegunn/fzf.git#tag=v0.55.0?signed
|
source = git+https://github.com/junegunn/fzf.git#tag=v0.56.3?signed
|
||||||
validpgpkeys = B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627
|
validpgpkeys = B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627
|
||||||
sha512sums = f9aa07dd4a950860caf776171ed4c489d336aa49bf976320367f8c597c8d140bf8de66e858dcd1fc8fc48d334117866e11224ffe34353e8c66ae19283a03c488
|
sha512sums = 5af67c8b77d6dd34014510917d0ecd9e24964474611d56347c282d79e8c2fe75d4673fc262c51c28d1c9e38afe85f6cd7e6ed86394ef1bc2989c40e3490da213
|
||||||
|
|
||||||
pkgname = fzf
|
pkgname = fzf
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
# - generalize arch-dependent install line
|
# - generalize arch-dependent install line
|
||||||
|
|
||||||
pkgname=fzf
|
pkgname=fzf
|
||||||
pkgver=0.55.0
|
pkgver=0.56.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Command-line fuzzy finder'
|
pkgdesc='Command-line fuzzy finder'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -26,7 +26,7 @@ optdepends=('fish: fish keybindings'
|
||||||
options=(!lto)
|
options=(!lto)
|
||||||
source=("git+https://github.com/junegunn/fzf.git#tag=v${pkgver}?signed")
|
source=("git+https://github.com/junegunn/fzf.git#tag=v${pkgver}?signed")
|
||||||
validpgpkeys=('B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627') # Junegunn Choi <junegunn.c@gmail.com>
|
validpgpkeys=('B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627') # Junegunn Choi <junegunn.c@gmail.com>
|
||||||
sha512sums=('f9aa07dd4a950860caf776171ed4c489d336aa49bf976320367f8c597c8d140bf8de66e858dcd1fc8fc48d334117866e11224ffe34353e8c66ae19283a03c488')
|
sha512sums=('5af67c8b77d6dd34014510917d0ecd9e24964474611d56347c282d79e8c2fe75d4673fc262c51c28d1c9e38afe85f6cd7e6ed86394ef1bc2989c40e3490da213')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${pkgname}"
|
cd "${pkgname}"
|
||||||
|
|
Loading…
Reference in a new issue