summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEduardo Sánchez Muñoz2017-02-27 07:28:28 +0100
committerEduardo Sánchez Muñoz2017-02-27 07:28:28 +0100
commita6678294a966a812b76037077bcb3c2f1ebc4791 (patch)
treef75463d89c5b84074264e779c4968bcde2fcf4f1 /PKGBUILD
parent171c54570ba8dcb0e1a1a681c6193048f191ddf6 (diff)
downloadaur-a6678294a966a812b76037077bcb3c2f1ebc4791.tar.gz
Add -DBUILD_WERROR=off.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e42fbeba3b16..b6ae83c3719e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Based on community/clementine PKGBUILD
pkgname=clementine-git
-pkgver=1.3.1.r245.g5e7dd00
+pkgver=1.3.1.r287.g652f38ac8
pkgrel=1
pkgdesc='A modern music player and library organizer'
url='http://www.clementine-player.org/'
@@ -38,6 +38,7 @@ build() {
cmake "$srcdir/Clementine" \
-DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_WERROR=off \
-DCMAKE_INSTALL_PREFIX="/usr"
make
}