From a38cb738d87319723a2e6b372bc2ab4f34dddf0b Mon Sep 17 00:00:00 2001 From: synapse84 Date: Sat, 29 Oct 2016 16:49:59 -0600 Subject: [PATCH] updated to 1650, updated to https links, and temporarily add c++11 to fix compile errors --- .SRCINFO | 12 ++++++------ PKGBUILD | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 7d06c22..60e1654 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ pkgbase = mumble-snapshot pkgdesc = A high quality voice chat program. - pkgver = 1.3.0_1645_ge9a34bd - pkgrel = 2 - url = http://mumble.info/ + pkgver = 1.3.0_1650_g30c779c + pkgrel = 1 + url = https://www.mumble.info/ install = mumble.install arch = i686 arch = x86_64 @@ -20,10 +20,10 @@ pkgbase = mumble-snapshot optdepends = espeak: speech synthesizer provides = mumble conflicts = mumble - source = http://mumble.info/snapshot/mumble-1.3.0~1645~ge9a34bd~snapshot.tar.gz - source = http://mumble.info/snapshot/mumble-1.3.0~1645~ge9a34bd~snapshot.tar.gz.sig + 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 validpgpkeys = 3BD0ECA5925319AF89C25865B585609C5A2BE0C1 - sha256sums = 9c349144d1a6a85635d3a4e56523c2ec67da00fe695e2c0ab130ee64edcd95b0 + sha256sums = f7a79d2a7070266289731a2fa71df1d33516867081b9020cae1b2c9c02905759 sha256sums = SKIP pkgname = mumble-snapshot diff --git a/PKGBUILD b/PKGBUILD index 0835efb..c870ba9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,11 +1,11 @@ # Maintainer: synapse84 pkgname=mumble-snapshot -pkgver=1.3.0_1645_ge9a34bd -pkgrel=2 +pkgver=1.3.0_1650_g30c779c +pkgrel=1 pkgdesc="A high quality voice chat program." arch=('i686' 'x86_64') -url="http://mumble.info/" +url="https://www.mumble.info/" license=('BSD') depends=('qt5-base' 'qt5-svg' 'opus' 'speex' 'libpulse' 'avahi' 'protobuf' 'speech-dispatcher') makedepends=('boost' 'qt5-tools') @@ -13,16 +13,16 @@ optdepends=('espeak: speech synthesizer') provides=('mumble') conflicts=('mumble') install=mumble.install -source=("http://mumble.info/snapshot/mumble-${pkgver//_/\~}~snapshot.tar.gz"{,.sig}) +source=("https://dl.mumble.info/mumble-${pkgver//_/\~}~snapshot.tar.gz"{,.sig}) validpgpkeys=('3BD0ECA5925319AF89C25865B585609C5A2BE0C1') -sha256sums=('9c349144d1a6a85635d3a4e56523c2ec67da00fe695e2c0ab130ee64edcd95b0' +sha256sums=('f7a79d2a7070266289731a2fa71df1d33516867081b9020cae1b2c9c02905759' '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" \ + CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-g15 no-xevie no-server no-embed-qt-translations no-update c++11" \ DEFINES+="PLUGIN_PATH=/usr/lib/mumble" make release