vimpc: update to 0.09.2.

This commit is contained in:
Piotr Wójcik 2019-02-18 19:53:09 +01:00 committed by maxice8
parent 7ba9735866
commit c6c439ee25

View file

@ -1,15 +1,19 @@
# Template file for 'vimpc'
pkgname=vimpc
version=0.09.1
version=0.09.2
revision=1
wrksrc="${pkgname}"
build_style=gnu-configure
configure_args="--with-boost --with-taglib"
hostmakedepends="pkg-config"
makedepends="ncurses-devel glib-devel libmpdclient-devel libpcre boost-devel taglib-devel"
short_desc="An ncurses based mpd client with vi like key bindings"
hostmakedepends="autoconf automake pkg-config"
makedepends="ncurses-devel libglib-devel libmpdclient-devel libpcre boost-devel
taglib-devel libcurl-devel"
short_desc="Ncurses based mpd client with vi like key bindings"
maintainer="Nicolas Porcel <nicolasporcel06@gmail.com>"
license="GPL-3"
homepage="http://vimpc.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
checksum="082fa9974e01bf563335ebf950b2f9bc129c0d05c0c15499f7827e8418306031"
license="GPL-3.0-or-later"
homepage="https://github.com/boysetsfrog/vimpc"
distfiles="https://github.com/boysetsfrog/vimpc/archive/v${version}.tar.gz"
checksum=caa772f984e35b1c2fbe0349bc9068fc00c17bcfcc0c596f818fa894cac035ce
pre_configure() {
./autogen.sh
}