updated to 970
This commit is contained in:
8
.SRCINFO
8
.SRCINFO
@@ -1,8 +1,8 @@
|
||||
# Generated by mksrcinfo v8
|
||||
# Sat Mar 5 05:58:53 UTC 2016
|
||||
# Wed Mar 9 13:14:28 UTC 2016
|
||||
pkgbase = mumble-snapshot
|
||||
pkgdesc = A high quality voice chat program.
|
||||
pkgver = 1.3.0_969_gbc12e8e
|
||||
pkgver = 1.3.0_970_g888a459
|
||||
pkgrel = 1
|
||||
url = http://mumble.info/
|
||||
install = mumble.install
|
||||
@@ -22,8 +22,8 @@ pkgbase = mumble-snapshot
|
||||
optdepends = espeak: speech synthesizer
|
||||
provides = mumble
|
||||
conflicts = mumble
|
||||
source = http://mumble.info/snapshot/mumble-1.3.0~969~gbc12e8e~snapshot.tar.gz
|
||||
sha256sums = 67b9e18c843be6ebc7da6023f93c55a509c52c2513b573bcac79326bdaa3aee6
|
||||
source = http://mumble.info/snapshot/mumble-1.3.0~970~g888a459~snapshot.tar.gz
|
||||
sha256sums = e31bc559249628a1b6c28b5b72afcfc5a4273c188edad9b31e81f41bbf4757b8
|
||||
|
||||
pkgname = mumble-snapshot
|
||||
|
||||
|
4
PKGBUILD
4
PKGBUILD
@@ -1,7 +1,7 @@
|
||||
# Maintainer: synapse84 <synapse84 at gmail dot com>
|
||||
|
||||
pkgname=mumble-snapshot
|
||||
pkgver=1.3.0_969_gbc12e8e
|
||||
pkgver=1.3.0_970_g888a459
|
||||
pkgrel=1
|
||||
pkgdesc="A high quality voice chat program."
|
||||
arch=('i686' 'x86_64')
|
||||
@@ -14,7 +14,7 @@ provides=('mumble')
|
||||
conflicts=('mumble')
|
||||
install=mumble.install
|
||||
source=("http://mumble.info/snapshot/mumble-${pkgver//_/\~}~snapshot.tar.gz")
|
||||
sha256sums=('67b9e18c843be6ebc7da6023f93c55a509c52c2513b573bcac79326bdaa3aee6')
|
||||
sha256sums=('e31bc559249628a1b6c28b5b72afcfc5a4273c188edad9b31e81f41bbf4757b8')
|
||||
|
||||
build() {
|
||||
cd $srcdir/mumble-${pkgver//_/\~}~snapshot
|
||||
|
Reference in New Issue
Block a user