ncmpcpp: update to 0.8.

This commit is contained in:
Michael Gehring 2017-05-21 20:56:03 +00:00
parent ca58bb8c39
commit 36990e026f

View file

@ -1,7 +1,7 @@
# Template file for 'ncmpcpp' # Template file for 'ncmpcpp'
pkgname=ncmpcpp pkgname=ncmpcpp
version=0.7.7 version=0.8
revision=5 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args=" configure_args="
BOOST_LIB_SUFFIX= --enable-clock --enable-outputs --enable-unicode BOOST_LIB_SUFFIX= --enable-clock --enable-outputs --enable-unicode
@ -14,7 +14,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
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=b7bcbec83b1f88cc7b21f196b10be09a27b430566c59f402df170163464d01ef checksum=2f0f2a1c0816119430880be6932e5eb356b7875dfa140e2453a5a802909f465a
# Required by waddwstr() with ncurses on musl # Required by waddwstr() with ncurses on musl
CXXFLAGS="-D_XOPEN_SOURCE=600" CXXFLAGS="-D_XOPEN_SOURCE=600"