From 09e07c8a05e059062e0c9f7ff1db3c38dafc3417 Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Mon, 6 Aug 2018 13:06:22 +0000
Subject: [PATCH] community/clementine to 1.3.1-18

---
 community/clementine/PKGBUILD | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/community/clementine/PKGBUILD b/community/clementine/PKGBUILD
index 2a4060c66..947f49163 100644
--- a/community/clementine/PKGBUILD
+++ b/community/clementine/PKGBUILD
@@ -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
 }