summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-01 23:50:49 +0100
committerDaniel Peukert2023-03-01 23:50:49 +0100
commitd738d642cddf38d5c5daba09eca8702fe6c77116 (patch)
treed678ad1be190d8852ffde99124b7ef621f579aef /PKGBUILD
parent97db5000b30868afeb884f6fbdcaf1e3701e4135 (diff)
downloadaur-d738d642cddf38d5c5daba09eca8702fe6c77116.tar.gz
Get rid of ARM v5 and v6, as no Arch-based distro supports them
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05d7031c94c7..7d094aa815a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')