community/clementine to 1.3.1-15

This commit is contained in:
Kevin Mihelich 2018-04-11 00:07:25 +00:00
parent c07d343093
commit 8049c7eccf

View file

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