aboutsummaryrefslogtreecommitdiffstats
path: root/community/knot
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/knot
parent84640d4e8fd8a12e4b2caf67d9ab0c37931eaf76 (diff)
downloadaports-a2e061d5095bdd9ec5421e02fdfe2315e1b05136.tar.bz2
aports-a2e061d5095bdd9ec5421e02fdfe2315e1b05136.tar.xz
community/[various]: dont set arch in split function
Diffstat (limited to 'community/knot')
-rw-r--r--community/knot/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/community/knot/APKBUILD b/community/knot/APKBUILD
index f7507c70e..9aba0ca0b 100644
--- a/community/knot/APKBUILD
+++ b/community/knot/APKBUILD
@@ -19,8 +19,8 @@ pkgusers="knot"
pkggroups="knot"
subpackages="$pkgname-libs
$pkgname-utils
- $pkgname-bash-completion:bashcomp
- $pkgname-zsh-completion:zshcomp
+ $pkgname-bash-completion:bashcomp:noarch
+ $pkgname-zsh-completion:zshcomp:noarch
$pkgname-dev
$pkgname-doc
"
@@ -89,7 +89,6 @@ utils() {
bashcomp() {
pkgdesc="Bash completions for knot"
- arch="noarch"
depends="bash"
install_if="$pkgname=$pkgver-r$pkgrel bash"
@@ -99,7 +98,6 @@ bashcomp() {
zshcomp() {
pkgdesc="ZSH completions for knot"
- arch="noarch"
depends="zsh"
install_if="$pkgname=$pkgver-r$pkgrel zsh"