community/ncmpcpp to 0.8.1-4

This commit is contained in:
Kevin Mihelich 2018-03-30 00:01:52 +00:00
parent cd9017ef48
commit a3af031b13

View file

@ -9,7 +9,7 @@
pkgname=ncmpcpp
pkgver=0.8.1
pkgrel=3
pkgrel=4
pkgdesc='Almost exact clone of ncmpc with some new features'
url='http://ncmpcpp.rybczak.net/'
arch=('x86_64')
@ -26,6 +26,10 @@ prepare() {
build() {
cd ${pkgname}-${pkgver}
# http://site.icu-project.org/download/61#TOC-Migration-Issues
CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
BOOST_LIB_SUFFIX='' ./configure \
--prefix=/usr \
--enable-clock \