aboutsummaryrefslogtreecommitdiffstats
path: root/community/cmus
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/cmus
parent84640d4e8fd8a12e4b2caf67d9ab0c37931eaf76 (diff)
downloadaports-a2e061d5095bdd9ec5421e02fdfe2315e1b05136.tar.bz2
aports-a2e061d5095bdd9ec5421e02fdfe2315e1b05136.tar.xz
community/[various]: dont set arch in split function
Diffstat (limited to 'community/cmus')
-rw-r--r--community/cmus/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/community/cmus/APKBUILD b/community/cmus/APKBUILD
index ccb8297e08..7a72950e35 100644
--- a/community/cmus/APKBUILD
+++ b/community/cmus/APKBUILD
@@ -15,8 +15,8 @@ makedepends="alsa-lib-dev faad2-dev flac-dev libmad-dev opusfile-dev
install=""
subpackages="
$pkgname-doc
- $pkgname-zsh-completion:zshcomp
- $pkgname-bash-completion:bashcomp"
+ $pkgname-zsh-completion:zshcomp:noarch
+ $pkgname-bash-completion:bashcomp:noarch"
source="$pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz"
_builddir="$srcdir"/$pkgname-$pkgver
@@ -39,7 +39,6 @@ bashcomp() {
depends=""
pkgdesc="Bash completions for $pkgname"
install_if="$pkgname=$pkgver-r$pkgrel bash-completion"
- arch="noarch"
install -Dm644 "$_builddir"/contrib/$pkgname.bash-completion \
"$subpkgdir"/usr/share/bash-completion/completions/$pkgname
@@ -49,7 +48,6 @@ zshcomp() {
depends=""
pkgdesc="Zsh completions for $pkgname"
install_if="$pkgname=$pkgver-r$pkgrel zsh"
- arch="noarch"
install -Dm644 "$_builddir"/contrib/_$pkgname \
"$subpkgdir"/usr/share/zsh/site-functions/_$pkgname