[arch-commits] Commit in fzf/trunk (PKGBUILD)

Morten Linderud foxboron at archlinux.org
Thu Feb 4 23:22:54 UTC 2021


    Date: Thursday, February 4, 2021 @ 23:22:54
  Author: foxboron
Revision: 845627

upgpkg: fzf 0.25.1-1

Modified:
  fzf/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-04 23:20:54 UTC (rev 845626)
+++ PKGBUILD	2021-02-04 23:22:54 UTC (rev 845627)
@@ -8,7 +8,7 @@
 # Contributor: jebaum <jebaum at ucla dot edu>
 
 pkgname=fzf
-pkgver=0.25.0
+pkgver=0.25.1
 pkgrel=1
 pkgdesc='Command-line fuzzy finder'
 arch=('x86_64')
@@ -20,16 +20,13 @@
             'tmux: fzf-tmux script for launching fzf in a tmux pane'
             'vim: plugin'
             'zsh: zsh keybindings')
-source=("git+https://github.com/junegunn/fzf.git#tag=${pkgver}?signed"
-	"fix-test.patch::https://github.com/junegunn/fzf/commit/82791f7efccde5b30da0b4d44f10d214ae5c0c0d.patch")
+source=("git+https://github.com/junegunn/fzf.git#tag=${pkgver}?signed")
 validpgpkeys=('B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627')
-sha512sums=('SKIP'
-            'a85a55e02fcba3b89a3d5e938880fffcaa4ef5c6b719c84d28e7ddf6d29606a8d8f408ed9309383e59ad6ab46787805161029504444a821407c2be038be0cecc')
+sha512sums=('SKIP')
 
 prepare() {
 	cd "${pkgname}"
 	sed -i 's/-w /-w -linkmode external /' Makefile
-	patch -Np1 < "$srcdir/fix-test.patch"
 }
 
 build() {



More information about the arch-commits mailing list