mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/fzf to 0.51.0-1
This commit is contained in:
parent
2de43d974d
commit
535b2c1b8e
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.48.1
|
pkgver = 0.51.0
|
||||||
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=0.48.1?signed
|
source = git+https://github.com/junegunn/fzf.git#tag=0.51.0?signed
|
||||||
validpgpkeys = B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627
|
validpgpkeys = B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627
|
||||||
sha512sums = SKIP
|
sha512sums = 555e98c5d88ebb008690176319eac540e87ef4df841381212101559839c47788a855a30d87833cca662a466b29896ba5a7a92c4a8d63c71d107c71919c50608f
|
||||||
|
|
||||||
pkgname = fzf
|
pkgname = fzf
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
# - generalize arch-dependent install line
|
# - generalize arch-dependent install line
|
||||||
|
|
||||||
pkgname=fzf
|
pkgname=fzf
|
||||||
pkgver=0.48.1
|
pkgver=0.51.0
|
||||||
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=${pkgver}?signed")
|
source=("git+https://github.com/junegunn/fzf.git#tag=${pkgver}?signed")
|
||||||
validpgpkeys=('B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627')
|
validpgpkeys=('B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627')
|
||||||
sha512sums=('SKIP')
|
sha512sums=('555e98c5d88ebb008690176319eac540e87ef4df841381212101559839c47788a855a30d87833cca662a466b29896ba5a7a92c4a8d63c71d107c71919c50608f')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${pkgname}"
|
cd "${pkgname}"
|
||||||
|
|
Loading…
Reference in a new issue