aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-10-14 14:19:29 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-14 14:19:29 +0000
commit66e2cc4252c785902c0703e765b6010ebea79bdb (patch)
tree2bb91b61729defda97940f0743eb545b52c0ec7c
parent459f4453dca84754a6a9c0978847fc33fab2e3e6 (diff)
downloadaports-66e2cc4252c785902c0703e765b6010ebea79bdb.tar.bz2
aports-66e2cc4252c785902c0703e765b6010ebea79bdb.tar.xz
testing/mumble: rebuild with protobuf-2.6
-rw-r--r--testing/mumble/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/mumble/APKBUILD b/testing/mumble/APKBUILD
index 728456fb27..cf8af32811 100644
--- a/testing/mumble/APKBUILD
+++ b/testing/mumble/APKBUILD
@@ -2,13 +2,14 @@
# Maintainer: Johannes Matheis <jomat+alpinebuild@jmt.gr>
pkgname=mumble
pkgver=1.2.8
-pkgrel=2
+pkgrel=3
pkgdesc="Mumble is an open source, low-latency, high quality voice chat software primarily intended for use while gaming"
url="http://mumble.sourceforge.net/"
arch="all"
license="BSD"
depends="qt-sqlite"
-depends_dev="qt-dev libsndfile-dev protobuf boost-dev avahi-dev protobuf-dev libxi-dev speex-dev libcap-dev"
+depends_dev="qt-dev libsndfile-dev boost-dev avahi-dev protobuf-dev libxi-dev
+ speex-dev libcap-dev"
makedepends="$depends_dev"
install="murmur.pre-install"
pkgusers="murmur"