mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/fzf to 0.41.1-1
This commit is contained in:
parent
72d6391c68
commit
9ab88ff930
2 changed files with 25 additions and 1 deletions
20
extra/fzf/.SRCINFO
Normal file
20
extra/fzf/.SRCINFO
Normal file
|
@ -0,0 +1,20 @@
|
|||
pkgbase = fzf
|
||||
pkgdesc = Command-line fuzzy finder
|
||||
pkgver = 0.41.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/junegunn/fzf
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
makedepends = git
|
||||
makedepends = go
|
||||
depends = bash
|
||||
optdepends = fish: fish keybindings
|
||||
optdepends = tmux: fzf-tmux script for launching fzf in a tmux pane
|
||||
optdepends = vim: plugin
|
||||
optdepends = zsh: zsh keybindings
|
||||
options = !lto
|
||||
source = git+https://github.com/junegunn/fzf.git#tag=0.41.1?signed
|
||||
validpgpkeys = B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627
|
||||
sha512sums = SKIP
|
||||
|
||||
pkgname = fzf
|
|
@ -11,7 +11,7 @@
|
|||
# - generalize arch-dependent install line
|
||||
|
||||
pkgname=fzf
|
||||
pkgver=0.40.0
|
||||
pkgver=0.41.1
|
||||
pkgrel=1
|
||||
pkgdesc='Command-line fuzzy finder'
|
||||
arch=('x86_64')
|
||||
|
@ -31,6 +31,10 @@ sha512sums=('SKIP')
|
|||
prepare() {
|
||||
cd "${pkgname}"
|
||||
sed -i 's/-w /-w -linkmode external /' Makefile
|
||||
|
||||
# For failing tests
|
||||
# Update test case
|
||||
git cherry-pick -n 448d7e0c5a717128d499f6a09a978b7addd1d925
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue