community/clementine to 1.3.1-16

This commit is contained in:
Kevin Mihelich 2018-04-13 00:03:36 +00:00
parent 1841573a6a
commit 4a9be99ba5

View file

@ -9,7 +9,7 @@
pkgname=clementine
pkgver=1.3.1
pkgrel=15
pkgrel=16
pkgdesc='A modern music player and library organizer'
url='http://www.clementine-player.org/'
license=('GPL')
@ -60,6 +60,7 @@ build() {
cd Clementine-${pkgver}/build
cmake .. \
-DCMAKE_BUILD_TYPE='Release' \
-DCMAKE_INSTALL_PREFIX='/usr'
make
}