summaryrefslogtreecommitdiff
path: root/community/mumble/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mumble/PKGBUILD')
-rw-r--r--community/mumble/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/mumble/PKGBUILD b/community/mumble/PKGBUILD
index c155037dd..640f8c2ef 100644
--- a/community/mumble/PKGBUILD
+++ b/community/mumble/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 40148 2011-02-20 17:41:47Z svenstaro $
+# $Id: PKGBUILD 46129 2011-05-04 05:39:59Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Lauri Niskanen <ape@ape3000.com>
# Contributor: Sebastian.Salich@gmx.de
@@ -9,7 +9,7 @@
pkgname=mumble
pkgver=1.2.3
-pkgrel=3
+pkgrel=4
arch=('i686' 'x86_64' 'mips64el')
pkgdesc="A voice chat application similar to TeamSpeak"
license=('GPL')
@@ -30,7 +30,7 @@ build() {
# Building mumble
/usr/bin/qmake main.pro \
CONFIG+="bundled-celt no-bundled-speex no-speechd no-g15 no-xevie no-server \
- no-embed-qt-translations packaged" \
+ no-embed-qt-translations no-update packaged" \
DEFINES+="PLUGIN_PATH=/usr/lib/mumble"
make release
}