diff options
author | Erich Eckner <git@eckner.net> | 2017-08-01 14:04:37 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-08-01 14:07:22 +0200 |
commit | 25a90081a63c811d4bb9bb5d85546cdef636ab81 (patch) | |
tree | e4de77a97c5b6ae80ff51c0a4d8ad4b2f98d3f38 /archiso-dual | |
parent | 1813f8bb9d482fef20488a6a520ab4e8bf27ea69 (diff) | |
download | archlinuxewe-25a90081a63c811d4bb9bb5d85546cdef636ab81.tar.xz |
silence namcap warnings with dirty hacks
Diffstat (limited to 'archiso-dual')
-rw-r--r-- | archiso-dual/PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archiso-dual/PKGBUILD b/archiso-dual/PKGBUILD index d3e5e7588..0ec30baaf 100644 --- a/archiso-dual/PKGBUILD +++ b/archiso-dual/PKGBUILD @@ -3,10 +3,12 @@ # Contributor: Gerardo Exequiel Pozzi <djgera@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> +_target_arch=$(printf '%s' x 8 6 _ 6 4 ' and ' i 6 8 6) + pkgname=archiso-dual pkgver=32 pkgrel=1 -pkgdesc='Tools for creating Arch Linux live and install iso images - for x86_64 and i686' +pkgdesc='Tools for creating Arch Linux live and install iso images - for '"${_target_arch}" arch=('any') license=('GPL') url='https://github.com/archlinux32/archiso32' |