updated to 1637
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_1634_g2d6e099
|
pkgver = 1.3.0_1637_gf284052
|
||||||
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~1634~g2d6e099~snapshot.tar.gz
|
source = http://mumble.info/snapshot/mumble-1.3.0~1637~gf284052~snapshot.tar.gz
|
||||||
sha256sums = bd88c39116be4ffe3003302fe3a7acae68ce2a4ebcaaeda03f6cba7870cd8a16
|
sha256sums = a94604c1565c4ccf25548c3ae8f0f416d23b452b7d18ac4e29475a55c481e68e
|
||||||
|
|
||||||
pkgname = mumble-snapshot
|
pkgname = mumble-snapshot
|
||||||
|
|
||||||
|
6
PKGBUILD
6
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_1634_g2d6e099
|
pkgver=1.3.0_1637_gf284052
|
||||||
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=('bd88c39116be4ffe3003302fe3a7acae68ce2a4ebcaaeda03f6cba7870cd8a16')
|
sha256sums=('a94604c1565c4ccf25548c3ae8f0f416d23b452b7d18ac4e29475a55c481e68e')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $srcdir/mumble-${pkgver//_/\~}~snapshot
|
cd $srcdir/mumble-${pkgver//_/\~}~snapshot
|
||||||
@@ -49,7 +49,7 @@ package() {
|
|||||||
ln -s libcelt0.so.0.7.0 $pkgdir/usr/lib/mumble/libcelt0.so.0.7
|
ln -s libcelt0.so.0.7.0 $pkgdir/usr/lib/mumble/libcelt0.so.0.7
|
||||||
|
|
||||||
# plugins
|
# plugins
|
||||||
install -m755 -D ./release/plugins/liblink.so $pkgdir/usr/lib/mumble/liblink.so
|
install -m755 -D ./release/plugins/*.so $pkgdir/usr/lib/mumble/
|
||||||
|
|
||||||
# other
|
# other
|
||||||
install -m755 -d $pkgdir/usr/share/man/man1
|
install -m755 -d $pkgdir/usr/share/man/man1
|
||||||
|
Reference in New Issue
Block a user