summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-01 23:50:41 +0100
committerDaniel Peukert2023-03-01 23:50:41 +0100
commit709ce69eb73169fd24b5e2d01b9b4dc0cba30b54 (patch)
treebb05da787a3c3862b23ed1fd787d41ff8c241877
parenteb91e7603fa6694f379d455431fd912736293c54 (diff)
downloadaur-709ce69eb73169fd24b5e2d01b9b4dc0cba30b54.tar.gz
Get rid of ARM v5 and v6, as no Arch-based distro supports them
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f618f235a30d..dbaacdf3cdc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,6 @@ pkgbase = orbterm
url = https://gitlab.redox-os.org/redox-os/orbterm
arch = x86_64
arch = i686
- arch = arm
- arch = armv6h
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 1c7d768cbf65..80c22306b655 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname='orbterm'
pkgver='0.3.6'
pkgrel='4'
pkgdesc='The default terminal for RedoxOS, compatible with Linux'
-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')