summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d98954b2c00..6543a52b34f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,9 @@
# to the depends and delete "no-g15" in the configure line below
pkgname=mumble-git
-pkgver=2018.02.13
+pkgver=2018.07.15
_pkgver=1.3.0
-pkgrel=2
+pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='A voice chat application similar to TeamSpeak'
url='https://www.mumble.info/'
@@ -19,7 +19,9 @@ license=('BSD')
depends=('qt5-base' 'qt5-svg' 'speex' 'lsb-release' 'avahi' 'protobuf'
'libpulse' 'opus' 'xdg-utils' 'speech-dispatcher' 'libpng'
'freetype2' 'fontconfig' 'libxrender')
-makedepends=('boost' 'mesa' 'qt5-tools' 'git')
+makedepends=('boost' 'mesa' 'qt5-tools' 'jack2' 'git')
+optdepends=('jack2: JACK audio output'
+ 'espeak: Text to Speech support')
conflicts=('mumble')
provides=('mumble')
source=('git://github.com/mumble-voip/mumble.git' 'https://git.xiph.org/celt.git'