ncmpcpp: update to 0.9.1.

This commit is contained in:
tibequadorian 2020-12-26 21:52:38 +01:00 committed by Érico Nogueira Rolim
parent bda1eb0840
commit c062caf61d

View file

@ -1,6 +1,6 @@
# Template file for 'ncmpcpp'
pkgname=ncmpcpp
version=0.9
version=0.9.1
revision=1
build_style=gnu-configure
configure_args=" BOOST_LIB_SUFFIX= --enable-clock --enable-outputs
@ -11,9 +11,9 @@ makedepends="boost-devel fftw-devel icu-devel libcurl-devel libmpdclient-devel
short_desc="Ncurses mpd client inspired by ncmpc"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://ncmpcpp.rybczak.net/"
distfiles="http://ncmpcpp.rybczak.net/stable/ncmpcpp-${version}.tar.bz2"
checksum=4148687f481b8eb016aa5889f74b4ae8871920d46c0a6c004a9ede140d2f1667
homepage="https://rybczak.net/ncmpcpp"
distfiles="${homepage}/stable/ncmpcpp-${version}.tar.bz2"
checksum=cb814a39c975f5b19c466188433644d1cbdb6db0abe1481d525587b149b36574
# Required by waddwstr() with ncurses on musl
CXXFLAGS="-D_XOPEN_SOURCE=600"