summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsynapse842016-11-13 19:22:11 -0700
committersynapse842016-11-13 19:22:11 -0700
commit319c78614bd9000b74065ecb51a99f5b8140a2d9 (patch)
treea57b4eb0846e98b3396b8ef04bff18f71c7ba5a6
parenta38cb738d87319723a2e6b372bc2ab4f34dddf0b (diff)
downloadaur-319c78614bd9000b74065ecb51a99f5b8140a2d9.tar.gz
updated to 1685
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60e1654f6ed2..663c177545ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mumble-snapshot
pkgdesc = A high quality voice chat program.
- pkgver = 1.3.0_1650_g30c779c
+ pkgver = 1.3.0_1685_g491363e
pkgrel = 1
url = https://www.mumble.info/
install = mumble.install
@@ -20,10 +20,10 @@ pkgbase = mumble-snapshot
optdepends = espeak: speech synthesizer
provides = mumble
conflicts = mumble
- source = https://dl.mumble.info/mumble-1.3.0~1650~g30c779c~snapshot.tar.gz
- source = https://dl.mumble.info/mumble-1.3.0~1650~g30c779c~snapshot.tar.gz.sig
+ source = https://dl.mumble.info/mumble-1.3.0~1685~g491363e~snapshot.tar.gz
+ source = https://dl.mumble.info/mumble-1.3.0~1685~g491363e~snapshot.tar.gz.sig
validpgpkeys = 3BD0ECA5925319AF89C25865B585609C5A2BE0C1
- sha256sums = f7a79d2a7070266289731a2fa71df1d33516867081b9020cae1b2c9c02905759
+ sha256sums = f369cd1df39ff28b9f671cbdc9de024622ef0f7f2e71341618f5e04bd7428a0d
sha256sums = SKIP
pkgname = mumble-snapshot
diff --git a/PKGBUILD b/PKGBUILD
index c870ba90831f..84604aa58aa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: synapse84 <synapse84 at gmail dot com>
pkgname=mumble-snapshot
-pkgver=1.3.0_1650_g30c779c
+pkgver=1.3.0_1685_g491363e
pkgrel=1
pkgdesc="A high quality voice chat program."
arch=('i686' 'x86_64')
@@ -15,14 +15,14 @@ conflicts=('mumble')
install=mumble.install
source=("https://dl.mumble.info/mumble-${pkgver//_/\~}~snapshot.tar.gz"{,.sig})
validpgpkeys=('3BD0ECA5925319AF89C25865B585609C5A2BE0C1')
-sha256sums=('f7a79d2a7070266289731a2fa71df1d33516867081b9020cae1b2c9c02905759'
+sha256sums=('f369cd1df39ff28b9f671cbdc9de024622ef0f7f2e71341618f5e04bd7428a0d'
'SKIP')
build() {
cd $srcdir/mumble-${pkgver//_/\~}~snapshot
qmake-qt5 main.pro \
- CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-g15 no-xevie no-server no-embed-qt-translations no-update c++11" \
+ CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-g15 no-xevie no-server no-embed-qt-translations no-update" \
DEFINES+="PLUGIN_PATH=/usr/lib/mumble"
make release