mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/fzf to 0.52.1-1
This commit is contained in:
parent
51304bec8c
commit
f5e13d9630
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = fzf
|
||||
pkgdesc = Command-line fuzzy finder
|
||||
pkgver = 0.52.0
|
||||
pkgver = 0.52.1
|
||||
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=0.52.0?signed
|
||||
source = git+https://github.com/junegunn/fzf.git#tag=0.52.1?signed
|
||||
validpgpkeys = B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627
|
||||
sha512sums = 49d1578e65eac3f4703e5d8b5bc4d46efef5b31f3a8faf7808f7d9434305f641797765d4a13f5d73ab7aba62d4f91c2eae296af044973d423397a275220dbe6e
|
||||
sha512sums = 906977620b3c1d31494d7f3084c61af50b7eac7593d3851a7eda61af6621b315f249f710fccd7aa26d92c73c2ba6f6a467d13d2529de4471a29ae636351bf986
|
||||
|
||||
pkgname = fzf
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
# - generalize arch-dependent install line
|
||||
|
||||
pkgname=fzf
|
||||
pkgver=0.52.0
|
||||
pkgver=0.52.1
|
||||
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=${pkgver}?signed")
|
||||
validpgpkeys=('B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627')
|
||||
sha512sums=('49d1578e65eac3f4703e5d8b5bc4d46efef5b31f3a8faf7808f7d9434305f641797765d4a13f5d73ab7aba62d4f91c2eae296af044973d423397a275220dbe6e')
|
||||
sha512sums=('906977620b3c1d31494d7f3084c61af50b7eac7593d3851a7eda61af6621b315f249f710fccd7aa26d92c73c2ba6f6a467d13d2529de4471a29ae636351bf986')
|
||||
|
||||
prepare() {
|
||||
cd "${pkgname}"
|
||||
|
|
Loading…
Reference in a new issue