From 36990e026ff722f45e87f7482335197609ba5fd8 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 21 May 2017 20:56:03 +0000 Subject: [PATCH] ncmpcpp: update to 0.8. --- srcpkgs/ncmpcpp/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ncmpcpp/template b/srcpkgs/ncmpcpp/template index becd8dc2fa1..d43676e3145 100644 --- a/srcpkgs/ncmpcpp/template +++ b/srcpkgs/ncmpcpp/template @@ -1,7 +1,7 @@ # Template file for 'ncmpcpp' pkgname=ncmpcpp -version=0.7.7 -revision=5 +version=0.8 +revision=1 build_style=gnu-configure configure_args=" BOOST_LIB_SUFFIX= --enable-clock --enable-outputs --enable-unicode @@ -14,7 +14,7 @@ maintainer="Juan RP " license="GPL-2" homepage="http://ncmpcpp.rybczak.net/" distfiles="http://ncmpcpp.rybczak.net/stable/ncmpcpp-${version}.tar.bz2" -checksum=b7bcbec83b1f88cc7b21f196b10be09a27b430566c59f402df170163464d01ef +checksum=2f0f2a1c0816119430880be6932e5eb356b7875dfa140e2453a5a802909f465a # Required by waddwstr() with ncurses on musl CXXFLAGS="-D_XOPEN_SOURCE=600"