Proper architectures

This commit is contained in:
Sayantan Santra 2022-11-22 01:53:50 -06:00
parent e8af320a28
commit 60fb89b579
4 changed files with 5 additions and 5 deletions

View file

@ -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')

View file

@ -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')

View file

@ -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')

View file

@ -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')