summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Elkouby2018-10-08 22:17:36 +0300
committerDan Elkouby2018-10-08 22:17:36 +0300
commit2ce6e3063ddc805abd41e9a1bc2efa86b493423a (patch)
treef8b209dd462cae16e6b71320a4f866ec1d09fdbc /PKGBUILD
parent22dc2e600a392d0a7164b2a24434409f9653792b (diff)
downloadaur-mumble-minimal.tar.gz
c++11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4733daab5de..f0984cd1ff7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_pkgname=mumble
pkgname=$_pkgname-minimal
pkgver=1.2.19
-pkgrel=3
+pkgrel=4
arch=('x86_64')
pkgdesc="A voice chat application similar to TeamSpeak, bare minimum client"
license=('BSD')
@@ -35,7 +35,7 @@ build() {
# Building mumble
qmake-qt4 main.pro \
- CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-g15 no-xevie no-server \
+ CONFIG+="c++11 bundled-celt no-bundled-opus no-bundled-speex no-g15 no-xevie no-server \
no-embed-qt-translations no-update packaged no-speechd no-overlay no-bonjour no-plugins" \
DEFINES+="PLUGIN_PATH=/usr/lib/mumble"
make release