summaryrefslogtreecommitdiff
path: root/community/mumble
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-03 00:08:24 -0700
committerroot <root@rshg054.dnsready.net>2013-06-03 00:08:24 -0700
commit1f86bf1b08cb980cea57c1d4d3187e2251f5a63b (patch)
tree1d7dc66a7f904a5e311c2924518469c9b72a3c82 /community/mumble
parent8831500349d38b0b1afcb74ada3f6878c31fb6ef (diff)
Mon Jun 3 00:08:24 PDT 2013
Diffstat (limited to 'community/mumble')
-rw-r--r--community/mumble/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/mumble/PKGBUILD b/community/mumble/PKGBUILD
index 9e909572d..3e8c39104 100644
--- a/community/mumble/PKGBUILD
+++ b/community/mumble/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 85446 2013-03-01 18:21:21Z svenstaro $
+# $Id: PKGBUILD 92166 2013-06-02 06:17:34Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Lauri Niskanen <ape@ape3000.com>
# Contributor: Sebastian.Salich@gmx.de
@@ -8,8 +8,8 @@
# to the depends and delete "no-g15" in the configure line below
pkgname=mumble
-pkgver=1.2.3
-pkgrel=7
+pkgver=1.2.4
+pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A voice chat application similar to TeamSpeak"
license=('BSD')
@@ -20,13 +20,13 @@ options=('!libtool')
install=mumble.install
url="http://mumble.sourceforge.net/"
source=("http://downloads.sourceforge.net/mumble/$pkgname-$pkgver.tar.gz")
-md5sums=('55804e3dfe98b16eeb40abca6c254625')
+md5sums=('49bc6abea78f9c54298934c2c28a7c7c')
build() {
cd $srcdir/$pkgname-$pkgver
# Building mumble
- qmake main.pro \
+ qmake-qt4 main.pro \
CONFIG+="bundled-celt no-bundled-speex no-speechd no-g15 no-xevie no-server \
no-embed-qt-translations no-update packaged" \
DEFINES+="PLUGIN_PATH=/usr/lib/mumble"