summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f75e2cb72d6..88e02a85c71a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=qlcplus
pkgver=4.12.3
-pkgrel=2
+pkgrel=3
pkgdesc="Q Light Controller Plus - The open DMX lighting desk software for controlling professional lighting fixtures."
arch=('i686' 'x86_64' 'armv7h')
url="http://qlcplus.org/"
@@ -18,7 +18,7 @@ sha512sums=("f25601a44a81d2fd15c54a05588e687fa1f0c0473d0e2188fa0c052b905df806b05
build() {
cd "${srcdir}/qlcplus-QLC-_${pkgver}"
./translate.sh ui
- qmake-qt5
+ qmake-qt5 QMAKE_CXXFLAGS=-Wno-deprecated-declarations
make
}