_xbps, _xbps-src: add aarch64 completion.

This commit is contained in:
Christian Neukirchen 2016-09-17 17:37:04 +02:00
parent 7967efc1e0
commit 7d06fb0e71
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ _xbps_checkvers() {
_xbps_create() {
_arguments -s : \
{-A,--architecture}'[Package architecture]:architecture:(i686 i686-musl x86_64 x86_64-musl armv7l armv7l-musl armv6l armv6l-musl noarch)' \
{-A,--architecture}'[Package architecture]:architecture:(i686 i686-musl x86_64 x86_64-musl armv7l armv7l-musl armv6l armv6l-musl aarch64 aarch64-musl noarch)' \
{-B,--built-with}'[Package builder string]:package builder: ' \
{-C,--conflicts}'[Conflicts]:conflicts: ' \
{-D,--dependencies}'[Dependencies]:dependencies: ' \

View File

@ -4,7 +4,7 @@ setopt localoptions extended_glob
local ret=0 archs top
archs=(armv6hf-musl armv6hf armv7hf-musl armv7hf i686-musl i686 mips mipsel x86_64-musl)
archs=(aarch64-musl aarch64 armv6hf-musl armv6hf armv7hf-musl armv7hf i686-musl i686 mips mipsel x86_64-musl)
# path to masterdir and srcpkgs.
top=$~_comp_command1:h