summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-01 23:38:57 +0100
committerDaniel Peukert2023-03-01 23:38:57 +0100
commite99b3ef6c8594e843cc0bbdb4bc8b9e2f1d76c83 (patch)
treefaa048836c652334f6a2b4cc780b7f1bd8cb3767
parente50c561560419021c7b5933a3abe36d7d46ecc29 (diff)
downloadaur-e99b3ef6c8594e843cc0bbdb4bc8b9e2f1d76c83.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 5dbaca277890..74963e9f41d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,6 @@ pkgbase = flow-git
url = https://flow.org
arch = x86_64
arch = i686
- arch = arm
- arch = armv6h
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 3ecdfaf66bab..4c9d485e14e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname="$_pkgname-git"
pkgver='0.196.0.r14893.gf4ecc9c1f'
pkgrel='1'
pkgdesc='A static type checker for JavaScript - git version'
-arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://$_pkgname.org"
license=('MIT')
optdepends=('bash-completion: Bash completion')