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 25a11e6d9b5b..89003fed2a17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mumble-minimal
pkgdesc = A voice chat application similar to TeamSpeak, bare minimum client
pkgver = 1.2.19
- pkgrel = 3
+ pkgrel = 4
url = https://www.mumble.info/
arch = x86_64
license = BSD
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