summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-01 23:50:28 +0100
committerDaniel Peukert2023-03-01 23:50:28 +0100
commite4bf1c8f3abde1e50af10ffd1467a6f4c6bbf226 (patch)
tree122bd51b6c53e51e9ad9a1a2af7aa1f7daf391e3
parentf08b3aaf824b42cb7e6cb58fe804e99875222939 (diff)
downloadaur-e4bf1c8f3abde1e50af10ffd1467a6f4c6bbf226.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 fc7ab6866d86..52444e00d9fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,6 @@ pkgbase = ocaml-zed
url = https://github.com/ocaml-community/zed
arch = x86_64
arch = i686
- arch = arm
- arch = armv6h
arch = armv7h
arch = aarch64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 9e8cc8c5dcbf..6fa4a82586c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname="ocaml-$_projectname"
pkgver='3.2.1'
pkgrel='2'
pkgdesc='Abstract engine for text edition in OCaml'
-arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/ocaml-community/$_projectname"
license=('BSD')
depends=('ocaml>=4.02.3' 'ocaml-react' 'ocaml-result' 'ocaml-uchar' 'ocaml-uuseg' 'ocaml-uucp>=2.0.0' 'ocaml-uutf')