Date: Friday, May 6, 2016 @ 02:52:53 Author: svenstaro Revision: 173890
upgpkg: mumble 1.2.16-1 upstream release 1.2.16 Modified: mumble/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-06 00:42:42 UTC (rev 173889) +++ PKGBUILD 2016-05-06 00:52:53 UTC (rev 173890) @@ -8,8 +8,8 @@ # to the depends and delete "no-g15" in the configure line below pkgname=mumble -pkgver=1.2.15 -pkgrel=2 +pkgver=1.2.16 +pkgrel=1 arch=('i686' 'x86_64') pkgdesc="A voice chat application similar to TeamSpeak" license=('BSD') @@ -18,7 +18,7 @@ install=mumble.install url="http://mumble.sourceforge.net/" source=(https://github.com/mumble-voip/mumble/releases/download/${pkgver}/mumble-${pkgver}.tar.gz) -md5sums=('3052ed64d1f4d4e5bf60095df53c7758') +md5sums=('58e7574af80e36e0b943df0e6a44d6ce') prepare() { cd $srcdir/$pkgname-$pkgver