aboutsummaryrefslogtreecommitdiffstats
path: root/community/firejail
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/firejail
parent84640d4e8fd8a12e4b2caf67d9ab0c37931eaf76 (diff)
downloadaports-a2e061d5095bdd9ec5421e02fdfe2315e1b05136.tar.bz2
aports-a2e061d5095bdd9ec5421e02fdfe2315e1b05136.tar.xz
community/[various]: dont set arch in split function
Diffstat (limited to 'community/firejail')
-rw-r--r--community/firejail/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/firejail/APKBUILD b/community/firejail/APKBUILD
index 8a261ada22..d483149884 100644
--- a/community/firejail/APKBUILD
+++ b/community/firejail/APKBUILD
@@ -10,7 +10,7 @@ license="GPL2"
depends="bash"
makedepends="linux-headers"
options="suid"
-subpackages="$pkgname-doc $pkgname-bash-completion:bashcomp"
+subpackages="$pkgname-doc $pkgname-bash-completion:bashcomp:noarch"
source="$pkgname-$pkgver.tar.gz::https://github.com/netblue30/$pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
@@ -37,7 +37,6 @@ build() {
bashcomp() {
pkgdesc="Bash completions for $pkgname"
- arch="noarch"
depends="bash"
install_if="$pkgname=$pkgver-r$pkgrel bash"