summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-01 23:42:00 +0100
committerDaniel Peukert2023-03-01 23:42:00 +0100
commitb6b3c39469cc38dbf1c1e6655d12c974375ff788 (patch)
tree0335866a497e40b542866ce15b62aed8edca0c3e
parent33ca151d0d5b480a12881e3aab8151988e0736fc (diff)
downloadaur-b6b3c39469cc38dbf1c1e6655d12c974375ff788.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 6acb81461d75..ecdbbe1ab73a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,6 @@ pkgbase = ocaml-lwt
url = https://github.com/ocsigen/lwt
arch = x86_64
arch = i686
- arch = arm
- arch = armv6h
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 1f4df736ae82..c08757e087eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname="ocaml-$_projectname"
pkgver='5.6.1'
pkgrel='2'
pkgdesc='A library for cooperative threads in OCaml'
-arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/ocsigen/$_projectname"
license=('MIT')
depends=('libev' 'dune>=1.8.0' 'ocaml>=4.08.0' 'ocaml-luv' 'ocaml-ocplib-endian' 'ocaml-ppxlib>=0.16.0' 'ocaml-react>=1.0.0')