summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Singer2017-05-20 08:01:04 +0200
committerFelix Singer2017-05-20 08:01:04 +0200
commitca14cfc13ba24d2721c83b3c0bb6ca61f18abad0 (patch)
tree2737a3a07b923319e9bde26333e8025c2d6487a6
parentdb01f3231502a91fd01cfc9c0067298fe4dc681a (diff)
downloadaur-ca14cfc13ba24d2721c83b3c0bb6ca61f18abad0.tar.gz
Remove support for Bonjour
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a98bc9eb970b..09de81e2cf47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mumble-stable-minimal
pkgdesc = Mumble is an open source voice chat application similar to TeamSpeak. This release doesn't include Text2Speech, Overlay and several plugins.
pkgver = 1.2.19
- pkgrel = 1
+ pkgrel = 2
url = https://mumble.info
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 46bdf14d5d41..453c501b8a12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=mumble
pkgname=${_pkgname}-stable-minimal
pkgver=1.2.19
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
pkgdesc="Mumble is an open source voice chat application similar to TeamSpeak. This release doesn't include Text2Speech, Overlay and several plugins."
license=('BSD')
@@ -20,7 +20,7 @@ build() {
qmake-qt4 main.pro \
CONFIG+="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-embed-qt-translations no-update packaged no-speechd no-overlay no-bonjour" \
DEFINES+="PLUGIN_PATH=/usr/lib/mumble"
make release