summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-01 23:50:03 +0100
committerDaniel Peukert2023-03-01 23:50:03 +0100
commitb7c883cd7947efcb2ced2820af4f144f3b181f25 (patch)
treea7d98264d2c5a3d1965d8b5a802fa73f64f7b4a4
parent157a16239c07881541866117bd373bb5d5a78fad (diff)
downloadaur-b7c883cd7947efcb2ced2820af4f144f3b181f25.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 f391aec90597..fcce34f60e05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,6 @@ pkgbase = ocaml-visitors
url = https://gitlab.inria.fr/fpottier/visitors
arch = x86_64
arch = i686
- arch = arm
- arch = armv6h
arch = armv7h
arch = aarch64
license = LGPL2.1
diff --git a/PKGBUILD b/PKGBUILD
index 5a4a50f4724d..2e9ffb6129fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname="ocaml-$_projectname"
pkgver='20210608'
pkgrel='4'
pkgdesc='An OCaml syntax extension for generating visitor classes'
-arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://gitlab.inria.fr/fpottier/$_projectname"
license=('LGPL2.1')
depends=('ocaml>=4.05.0' 'ocaml-ppx_deriving>=5.0' 'ocaml-ppxlib>=0.22.0' 'ocaml-result')