mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/fzf to 0.54.0-1
This commit is contained in:
parent
13af27c137
commit
c99a4f2ce5
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = fzf
|
pkgbase = fzf
|
||||||
pkgdesc = Command-line fuzzy finder
|
pkgdesc = Command-line fuzzy finder
|
||||||
pkgver = 0.53.0
|
pkgver = 0.54.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.53.0?signed
|
source = git+https://github.com/junegunn/fzf.git#tag=v0.54.0?signed
|
||||||
validpgpkeys = B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627
|
validpgpkeys = B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627
|
||||||
sha512sums = 5fa5f6898a8e346ccad1374ee36da80cc871d2aa118e56551da16a0c663dc656ab9b03307c2b4a823bcfbd399ec674ebc5cbbd8c8dd728f68a4d9870133a11fa
|
sha512sums = 72ad3af2bd3a49dd5ecbc327b2997099ea2d9e98cbc2072b0e6705b5ac935bfcfcdc35b792b5492e3fe2831a6a54660eb85895e61ba2024cb9bc9338bce49e98
|
||||||
|
|
||||||
pkgname = fzf
|
pkgname = fzf
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
# - generalize arch-dependent install line
|
# - generalize arch-dependent install line
|
||||||
|
|
||||||
pkgname=fzf
|
pkgname=fzf
|
||||||
pkgver=0.53.0
|
pkgver=0.54.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Command-line fuzzy finder'
|
pkgdesc='Command-line fuzzy finder'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -24,9 +24,9 @@ optdepends=('fish: fish keybindings'
|
||||||
'vim: plugin'
|
'vim: plugin'
|
||||||
'zsh: zsh keybindings')
|
'zsh: zsh 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=v${pkgver}?signed")
|
||||||
validpgpkeys=('B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627')
|
validpgpkeys=('B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627')
|
||||||
sha512sums=('5fa5f6898a8e346ccad1374ee36da80cc871d2aa118e56551da16a0c663dc656ab9b03307c2b4a823bcfbd399ec674ebc5cbbd8c8dd728f68a4d9870133a11fa')
|
sha512sums=('72ad3af2bd3a49dd5ecbc327b2997099ea2d9e98cbc2072b0e6705b5ac935bfcfcdc35b792b5492e3fe2831a6a54660eb85895e61ba2024cb9bc9338bce49e98')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${pkgname}"
|
cd "${pkgname}"
|
||||||
|
|
Loading…
Reference in a new issue