community/clementine to 1.3.1-18

This commit is contained in:
Kevin Mihelich 2018-08-06 13:06:22 +00:00
parent 288fce888b
commit 09e07c8a05

View file

@ -9,7 +9,7 @@
pkgname=clementine
pkgver=1.3.1
pkgrel=17
pkgrel=18
pkgdesc='A modern music player and library organizer'
url='http://www.clementine-player.org/'
license=('GPL')
@ -65,7 +65,8 @@ build() {
cmake .. \
-DCMAKE_BUILD_TYPE='Release' \
-DCMAKE_INSTALL_PREFIX='/usr'
-DCMAKE_INSTALL_PREFIX='/usr'\
-DCMAKE_CXX_FLAGS="$CXXFLAGS -Wno-catch-value"
make
}