summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbb7a4c61dbe..76c01bbcbbfa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qlcplus
pkgdesc = Q Light Controller Plus - The open DMX lighting desk software for controlling professional lighting fixtures.
pkgver = 4.9.1
- pkgrel = 2
+ pkgrel = 3
url = http://qlcplus.org/
install = qlcplus.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 794f16049db9..f91732aaf82b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=qlcplus
pkgver=4.9.1
-pkgrel=2
+pkgrel=3
pkgdesc="Q Light Controller Plus - The open DMX lighting desk software for controlling professional lighting fixtures."
arch=('i686' 'x86_64')
url="http://qlcplus.org/"
@@ -17,7 +17,7 @@ md5sums=('6af9c4fc47d63336e5cddabe777985f9')
build() {
cd "${srcdir}/qlcplus-${pkgver}"
- qmake-qt4
+ qmake-qt4 QMAKE_CXXFLAGS+=-Wno-error=unused-variable
make
}