ncmpcpp: update to 0.6.2
This commit is contained in:
parent
a8025e5834
commit
836ef3f679
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ncmpcpp'
|
# Template file for 'ncmpcpp'
|
||||||
pkgname=ncmpcpp
|
pkgname=ncmpcpp
|
||||||
version=0.6.1
|
version=0.6.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
|
@ -8,14 +8,14 @@ configure_args="
|
||||||
--enable-visualizer --with-curl --with-taglib --with-fftw"
|
--enable-visualizer --with-curl --with-taglib --with-fftw"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="
|
makedepends="
|
||||||
boost-devel ncurses-devel readline-devel libmpdclient-devel
|
boost-devel ncurses-devel readline-devel libmpdclient-devel libcurl-devel
|
||||||
libcurl-devel taglib-devel fftw-devel"
|
taglib-devel fftw-devel"
|
||||||
short_desc="Ncurses mpd client inspired by ncmpc"
|
short_desc="Ncurses mpd client inspired by ncmpc"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://ncmpcpp.rybczak.net/"
|
homepage="http://ncmpcpp.rybczak.net/"
|
||||||
distfiles="http://ncmpcpp.rybczak.net/stable/ncmpcpp-${version}.tar.bz2"
|
distfiles="http://ncmpcpp.rybczak.net/stable/ncmpcpp-${version}.tar.bz2"
|
||||||
checksum=15a37e442a584050e50a4b5479b2af25f1f3556a747a604bad1a6020210a6a0c
|
checksum=93ad5f3a460578873376ecaa588305fc446560bfd1a49e6e67da01784d352dd7
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i 's/COPYING//' Makefile.in
|
sed -i 's/COPYING//' Makefile.in
|
||||||
|
|
Loading…
Reference in a new issue