updated to 1533
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,6 +1,6 @@
|
|||||||
pkgbase = mumble-snapshot
|
pkgbase = mumble-snapshot
|
||||||
pkgdesc = A high quality voice chat program.
|
pkgdesc = A high quality voice chat program.
|
||||||
pkgver = 1.3.0_1508_ge7ff17b
|
pkgver = 1.3.0_1533_g2aec53d
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://mumble.info/
|
url = http://mumble.info/
|
||||||
install = mumble.install
|
install = mumble.install
|
||||||
@@ -20,8 +20,8 @@ pkgbase = mumble-snapshot
|
|||||||
optdepends = espeak: speech synthesizer
|
optdepends = espeak: speech synthesizer
|
||||||
provides = mumble
|
provides = mumble
|
||||||
conflicts = mumble
|
conflicts = mumble
|
||||||
source = http://mumble.info/snapshot/mumble-1.3.0~1508~ge7ff17b~snapshot.tar.gz
|
source = http://mumble.info/snapshot/mumble-1.3.0~1533~g2aec53d~snapshot.tar.gz
|
||||||
sha256sums = a7fbb2e6c982371cb217155dce7885156a145918ded5c91f8f811648d2e69b3f
|
sha256sums = 1939b58a7d09ae3c5af8db26d4f9cc4640545429204d840d432f9cc7de24723d
|
||||||
|
|
||||||
pkgname = mumble-snapshot
|
pkgname = mumble-snapshot
|
||||||
|
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@@ -1,7 +1,7 @@
|
|||||||
# Maintainer: synapse84 <synapse84 at gmail dot com>
|
# Maintainer: synapse84 <synapse84 at gmail dot com>
|
||||||
|
|
||||||
pkgname=mumble-snapshot
|
pkgname=mumble-snapshot
|
||||||
pkgver=1.3.0_1508_ge7ff17b
|
pkgver=1.3.0_1533_g2aec53d
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A high quality voice chat program."
|
pkgdesc="A high quality voice chat program."
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
@@ -14,7 +14,7 @@ provides=('mumble')
|
|||||||
conflicts=('mumble')
|
conflicts=('mumble')
|
||||||
install=mumble.install
|
install=mumble.install
|
||||||
source=("http://mumble.info/snapshot/mumble-${pkgver//_/\~}~snapshot.tar.gz")
|
source=("http://mumble.info/snapshot/mumble-${pkgver//_/\~}~snapshot.tar.gz")
|
||||||
sha256sums=('a7fbb2e6c982371cb217155dce7885156a145918ded5c91f8f811648d2e69b3f')
|
sha256sums=('1939b58a7d09ae3c5af8db26d4f9cc4640545429204d840d432f9cc7de24723d')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $srcdir/mumble-${pkgver//_/\~}~snapshot
|
cd $srcdir/mumble-${pkgver//_/\~}~snapshot
|
||||||
|
Reference in New Issue
Block a user