diff options
author | Daniel Peukert | 2023-03-01 23:50:49 +0100 |
---|---|---|
committer | Daniel Peukert | 2023-03-01 23:50:49 +0100 |
commit | d738d642cddf38d5c5daba09eca8702fe6c77116 (patch) | |
tree | d678ad1be190d8852ffde99124b7ef621f579aef /PKGBUILD | |
parent | 97db5000b30868afeb884f6fbdcaf1e3701e4135 (diff) | |
download | aur-d738d642cddf38d5c5daba09eca8702fe6c77116.tar.gz |
Get rid of ARM v5 and v6, as no Arch-based distro supports them
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ pkgname="$_pkgname-git" pkgver='0.3.6.r13.gf1ca2c8' pkgrel='1' pkgdesc='The default terminal for RedoxOS, compatible with Linux - git version' -arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64') +arch=('x86_64' 'i686' 'armv7h' 'aarch64') url="https://gitlab.redox-os.org/redox-os/$_pkgname" license=('MIT') depends=('sdl2') |