diff --git a/bat/lure.sh b/bat/lure.sh index 50e9437..e50c834 100644 --- a/bat/lure.sh +++ b/bat/lure.sh @@ -3,7 +3,7 @@ version=VERSION release=1 desc='A cat(1) clone with syntax highlighting and Git integration' homepage='https://github.com/sharkdp/bat' -architectures=('all') +architectures=('amd64') maintainer='SinTan1729' license=('APACHE-2.0' 'MIT') provides=('bat') diff --git a/fzf/lure.sh b/fzf/lure.sh index d2573e2..4d74e67 100644 --- a/fzf/lure.sh +++ b/fzf/lure.sh @@ -3,7 +3,7 @@ version=VERSION release=1 desc='A command-line fuzzy finder' homepage='https://github.com/junegunn/fzf' -architectures=('all') +architectures=('amd64' 'arm') maintainer='SinTan1729' license=('MIT') provides=('fzf' 'fzf-tmux') diff --git a/gocryptfs/lure.sh b/gocryptfs/lure.sh index 9a9641e..ff9fed7 100644 --- a/gocryptfs/lure.sh +++ b/gocryptfs/lure.sh @@ -2,8 +2,8 @@ name='gocryptfs' version=VERSION release=1 desc='Encrypted overlay filesystem written in Go' -homepage='https://github.com/rfjakob/gocryptfs/' -architectures=('all') +homepage='https://github.com/rfjakob/gocryptfs' +architectures=('amd64') maintainer='SinTan1729' license=('MIT') provides=('gocryptfs' 'gocryptfs-xray') diff --git a/lsd/lure.sh b/lsd/lure.sh index d2a059d..96517ab 100644 --- a/lsd/lure.sh +++ b/lsd/lure.sh @@ -3,7 +3,7 @@ version=VERSION release=1 desc='The next gen ls command' homepage='https://github.com/Peltoche/lsd' -architectures=('all') +architectures=('amd64') maintainer='SinTan1729' license=('APACHE-2.0') provides=('lsd')