diff --git a/anda/devs/zsh-autocomplete/anda.hcl b/anda/devs/zsh-autocomplete/anda.hcl index 6385138a40..ec306c6517 100644 --- a/anda/devs/zsh-autocomplete/anda.hcl +++ b/anda/devs/zsh-autocomplete/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "zsh-autocomplete.spec" } diff --git a/anda/devs/zsh-autocomplete/zsh-autocomplete.spec b/anda/devs/zsh-autocomplete/zsh-autocomplete.spec index 663cce953d..d2c315a854 100644 --- a/anda/devs/zsh-autocomplete/zsh-autocomplete.spec +++ b/anda/devs/zsh-autocomplete/zsh-autocomplete.spec @@ -1,5 +1,3 @@ -%define debug_package %nil - Name: zsh-autocomplete Version: 25.03.19 Release: 1%?dist @@ -8,6 +6,7 @@ License: MIT URL: https://github.com/marlonrichert/zsh-autocomplete Source0: %url/archive/refs/tags/%version.tar.gz Packager: madonuko +BuildArch: noarch %description This plugin for Zsh adds real-time type-ahead autocompletion to your command