diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-11-02 11:51:56 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-11-02 11:51:56 +0200 |
commit | a2e061d5095bdd9ec5421e02fdfe2315e1b05136 (patch) | |
tree | 882fc377c12fe7e5d23ab7de7c519305ad771f4a /community/youtube-dl | |
parent | 84640d4e8fd8a12e4b2caf67d9ab0c37931eaf76 (diff) | |
download | aports-a2e061d5095bdd9ec5421e02fdfe2315e1b05136.tar.bz2 aports-a2e061d5095bdd9ec5421e02fdfe2315e1b05136.tar.xz |
community/[various]: dont set arch in split function
Diffstat (limited to 'community/youtube-dl')
-rw-r--r-- | community/youtube-dl/APKBUILD | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/community/youtube-dl/APKBUILD b/community/youtube-dl/APKBUILD index 94d44feeff..b256cccfe4 100644 --- a/community/youtube-dl/APKBUILD +++ b/community/youtube-dl/APKBUILD @@ -33,7 +33,6 @@ package() { zshcomp() { pkgdesc="Zsh completions for $pkgname" - arch="noarch" depends="" install_if="$pkgname=$pkgver-r$pkgrel zsh" @@ -43,7 +42,6 @@ zshcomp() { bashcomp() { pkgdesc="Bash completions for $pkgname" - arch="noarch" depends="" install_if="$pkgname=$pkgver-r$pkgrel bash-completion" @@ -54,7 +52,6 @@ bashcomp() { fishcomp() { pkgdesc="Fish completions for $pkgname" - arch="noarch" depends="" install_if="$pkgname=$pkgver-r$pkgrel fish" |