[arch-commits] Commit in mumble/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Jan 30 14:37:12 UTC 2017


    Date: Monday, January 30, 2017 @ 14:37:11
  Author: svenstaro
Revision: 209501

upgpkg: mumble 1.2.19-1

upstream release 1.2.19

Modified:
  mumble/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-30 14:33:08 UTC (rev 209500)
+++ PKGBUILD	2017-01-30 14:37:11 UTC (rev 209501)
@@ -8,8 +8,8 @@
 # to the depends and delete "no-g15" in the configure line below
 
 pkgname=mumble
-pkgver=1.2.18
-pkgrel=2
+pkgver=1.2.19
+pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="A voice chat application similar to TeamSpeak"
 license=('BSD')
@@ -17,12 +17,8 @@
 makedepends=('boost' 'mesa')
 url="http://mumble.sourceforge.net/"
 source=(https://github.com/mumble-voip/mumble/releases/download/${pkgver}/mumble-${pkgver}.tar.gz)
-md5sums=('3c448632142e0f38e693250965e8b6b1')
+sha512sums=('f91111194a899149b500a94afcf7cc5b9691c7ce8669f07fca2c66adbb3916ddb863bf703d04fb8387133fb75f3c8edb52974d1acf3febfafa1f73da19946de4')
 
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-}
-
 build() {
   cd $srcdir/$pkgname-$pkgver
 



More information about the arch-commits mailing list