aboutsummaryrefslogtreecommitdiffstats
path: root/community/mumble
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-11-02 11:51:56 +0200
committerTimo Teräs <timo.teras@iki.fi>2016-11-02 11:51:56 +0200
commita2e061d5095bdd9ec5421e02fdfe2315e1b05136 (patch)
tree882fc377c12fe7e5d23ab7de7c519305ad771f4a /community/mumble
parent84640d4e8fd8a12e4b2caf67d9ab0c37931eaf76 (diff)
community/[various]: dont set arch in split function
Diffstat (limited to 'community/mumble')
-rw-r--r--community/mumble/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/mumble/APKBUILD b/community/mumble/APKBUILD
index bcfa4867526..96a96ae206d 100644
--- a/community/mumble/APKBUILD
+++ b/community/mumble/APKBUILD
@@ -15,7 +15,7 @@ makedepends="qt-dev libsndfile-dev boost-dev avahi-dev protobuf-dev
install="murmur.pre-install"
pkgusers="murmur"
pkggroups="murmur"
-subpackages="$pkgname-doc murmur murmur-doc:murmur_doc"
+subpackages="$pkgname-doc murmur murmur-doc:murmur_doc:noarch"
source="https://github.com/mumble-voip/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz
murmur.initd"
@@ -93,7 +93,6 @@ murmur() {
murmur_doc() {
pkgdesc="Murmur is the server component of Mumble"
- arch="noarch"
cd "$builddir"
install -Dm644 ./man/murmurd.1 \