vifm: update to 0.8.2
This commit is contained in:
parent
753f680df8
commit
807f4e049d
1 changed files with 3 additions and 3 deletions
|
@ -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 <al3hex@gmail.com>"
|
|||
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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue