From badb35d6aec54041714e4cf61ae6366f8fbc9b0b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 20 Aug 2015 08:54:17 +0200 Subject: [PATCH] fzf: update to 0.10.3. --- srcpkgs/fzf/patches/fsel.patch | 18 ------------------ srcpkgs/fzf/template | 6 +++--- 2 files changed, 3 insertions(+), 21 deletions(-) delete mode 100644 srcpkgs/fzf/patches/fsel.patch diff --git a/srcpkgs/fzf/patches/fsel.patch b/srcpkgs/fzf/patches/fsel.patch deleted file mode 100644 index ed897a24767..00000000000 --- a/srcpkgs/fzf/patches/fsel.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- shell/key-bindings.bash.orig 2015-04-18 05:12:24.372078942 +0200 -+++ shell/key-bindings.bash 2015-04-18 05:12:49.244078057 +0200 -@@ -1,15 +1,5 @@ - # Key bindings - # ------------ --__fzf_select__() { -- command find -L . \( -path '*/\.*' -o -fstype 'dev' -o -fstype 'proc' \) -prune \ -- -o -type f -print \ -- -o -type d -print \ -- -o -type l -print 2> /dev/null | sed 1d | cut -b3- | fzf -m | while read item; do -- printf '%q ' "$item" -- done -- echo --} -- - if [[ $- =~ i ]]; then - - __fsel_tmux() { diff --git a/srcpkgs/fzf/template b/srcpkgs/fzf/template index 14e13215da4..6da7a38432d 100644 --- a/srcpkgs/fzf/template +++ b/srcpkgs/fzf/template @@ -1,7 +1,7 @@ # Template file for 'fzf' pkgname=fzf -version=0.10.0 -revision=2 +version=0.10.3 +revision=1 build_style=go go_import_path="github.com/junegunn/fzf/src" go_package="github.com/junegunn/fzf/src/fzf" @@ -12,7 +12,7 @@ license="MIT" homepage="https://github.com/junegunn/fzf" short_desc="A command-line fuzzy finder" distfiles="https://github.com/junegunn/fzf/archive/${version}.tar.gz" -checksum=7d0b3ced40c99934590e3b0a2302a79ca13f36b7558d1643a89b1800021252ee +checksum=018883b176da796c8903816a0f9fdb99522dc148d1ce8d1a95233b905fea5c20 # Needs cgo to build, which doesn't work when cross-compiling. nocross=yes