summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-01 23:45:29 +0100
committerDaniel Peukert2023-03-01 23:45:29 +0100
commit7529bcff4517ec9cfbb363fc9ac07cf4901ccf56 (patch)
tree9e1e1c15ac847357c3955e7a9cf64d8b8a9e6eed
parentbc2d5043afffc9dd236ee3c2323528b64027ef33 (diff)
downloadaur-7529bcff4517ec9cfbb363fc9ac07cf4901ccf56.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 7aeab69d6dbc..f6efebf86450 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,6 @@ pkgbase = ocaml-ppx_inline_test
url = https://github.com/janestreet/ppx_inline_test
arch = x86_64
arch = i686
- arch = arm
- arch = armv6h
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 5aee89d70f46..e5ca68bac553 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver='0.15.0'
pkgrel='3'
epoch='1'
pkgdesc='Syntax extension for writing in-line tests in ocaml code'
-arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"
license=('MIT')
depends=('ocaml>=4.08.0' 'ocaml-base>=0.15.0' 'ocaml-time_now>=0.15.0' 'ocaml-ppxlib>=0.23.0')