summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-01 23:48:11 +0100
committerDaniel Peukert2023-03-01 23:48:11 +0100
commita6d4d6dbb29a3323103bd74ae730aeade51c3213 (patch)
tree62ec4b4e96f102f0f8cd1593420f6704306dc694
parent307a2d090947517ebecb9d9e34b92cceeeb8e69f (diff)
downloadaur-a6d4d6dbb29a3323103bd74ae730aeade51c3213.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 7a1a8c15530e..6a662fe35810 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,6 @@ pkgbase = ocaml-sedlex
url = https://github.com/ocaml-community/sedlex
arch = x86_64
arch = i686
- arch = arm
- arch = armv6h
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index b5c760ba4057..ae46f93a3b02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname="ocaml-$_projectname"
pkgver='3.0'
pkgrel='1'
pkgdesc='Unicode-friendly OCaml lexer generator'
-arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/ocaml-community/$_projectname"
license=('MIT')
depends=('ocaml>=4.08.0' 'ocaml-gen' 'ocaml-ppxlib>=0.26.0' 'ocaml-uchar')