Date: Sunday, June 10, 2018 @ 15:33:35 Author: foxboron Revision: 342236
upgpkg: fzf 0.17.4-1 Updated to 0.17.4 Modified: fzf/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-10 15:31:31 UTC (rev 342235) +++ PKGBUILD 2018-06-10 15:33:35 UTC (rev 342236) @@ -1,4 +1,5 @@ # Maintainer: Thore Bödecker <[email protected]> +# Maintainer: Morten Linderud <[email protected]> # Contributor: Pierre Neidhardt <[email protected]> # Contributor: Hermann Zahnweh (eigengrau) # Contributor: Andy Weidenbaum <[email protected]> @@ -6,8 +7,8 @@ # Contributor: jebaum <jebaum at ucla dot edu> pkgname=fzf -pkgver=0.17.3 -pkgrel=2 +pkgver=0.17.4 +pkgrel=1 pkgdesc="Command-line fuzzy finder" arch=("x86_64") url="https://github.com/junegunn/fzf" @@ -20,7 +21,7 @@ "zsh: zsh keybindings") source=("${pkgname}-${pkgver}.tar.gz::https://github.com/junegunn/fzf/archive/${pkgver}.tar.gz" "git+https://github.com/junegunn/${pkgname}.wiki") -sha256sums=('e843904417adf926613431e4403fded24fade56269446e92aac6ff1db86af81e' +sha256sums=('a4b009638266b116f422d159cd1e09df64112e6ae3490964db2cd46636981ff0' 'SKIP')
