From 807f4e049d09d4c43586b6318a80769b59eeba94 Mon Sep 17 00:00:00 2001 From: Diogo Leal Date: Tue, 26 Jul 2016 01:11:36 -0300 Subject: [PATCH] vifm: update to 0.8.2 --- srcpkgs/vifm/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/vifm/template b/srcpkgs/vifm/template index 1c867f22481..6e19a558509 100644 --- a/srcpkgs/vifm/template +++ b/srcpkgs/vifm/template @@ -1,6 +1,6 @@ # Template file for 'vifm' pkgname=vifm -version=0.8.1a +version=0.8.2 revision=1 build_style=gnu-configure configure_args="--without-gtk" @@ -11,11 +11,11 @@ maintainer="Alessio Sergi " license="GPL-2" homepage="http://vifm.info/" distfiles="${SOURCEFORGE_SITE}/vifm/vifm-${version}.tar.bz2" -checksum=974fb2aa5e32d2c729ceff678c595070c701bd30a6ccc5cb6ca64807a9dd4422 +checksum=8b466d766658a24d07fc2039a26fefc6a018f5653684a6035183ca79f02c211f pre_configure() { sed -i '/dist_pkgdata_DATA =/,+3d' src/Makefile.in } -post_install () { +post_install() { vsconf data/vifmrc }