mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/clementine to 1.3.1-18
This commit is contained in:
parent
288fce888b
commit
09e07c8a05
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue