summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-01 23:45:43 +0100
committerDaniel Peukert2023-03-01 23:45:43 +0100
commitf7433f551ac06c5dda66b83ae16146c3dd63cb30 (patch)
treeedf9182a3e74ef20f189fb631d6701c55e34b886
parentd152d681bf3e0a04495062d1e908f3c486cf37ab (diff)
downloadaur-f7433f551ac06c5dda66b83ae16146c3dd63cb30.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 6bfdc8588e6c..08100a8f9f76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,6 @@ pkgbase = ocaml-ppx_jane
url = https://github.com/janestreet/ppx_jane
arch = x86_64
arch = i686
- arch = arm
- arch = armv6h
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 5c217f9697cd..5793d4a1c31f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver='0.15.0'
pkgrel='3'
epoch='1'
pkgdesc='Standard Jane Street ppx rewriters'
-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_quickcheck>=0.15.0' 'ocaml-ppx_assert>=0.15.0' 'ocaml-ppx_base>=0.15.0' 'ocaml-ppx_bench>=0.15.0' 'ocaml-ppx_bin_prot>=0.15.0' 'ocaml-ppx_custom_printf>=0.15.0' 'ocaml-ppx_disable_unused_warnings>=0.15.0' 'ocaml-ppx_expect>=0.15.0' 'ocaml-ppx_fields_conv>=0.15.0' 'ocaml-ppx_fixed_literal' 'ocaml-ppx_here>=0.15.0' 'ocaml-ppx_ignore_instrumentation>=0.15.0' 'ocaml-ppx_inline_test>=0.15.0' 'ocaml-ppx_let>=0.15.0' 'ocaml-ppx_log>=0.15.0' 'ocaml-ppx_module_timer>=0.15.0' 'ocaml-ppx_optcomp>=0.15.0' 'ocaml-ppx_optional>=0.15.0' 'ocaml-ppx_pipebang>=0.15.0' 'ocaml-ppx_sexp_message>=0.15.0' 'ocaml-ppx_sexp_value>=0.15.0' 'ocaml-ppx_stable>=0.15.0' 'ocaml-ppx_string>=0.15.0' 'ocaml-ppx_typerep_conv>=0.15.0' 'ocaml-ppx_variants_conv>=0.15.0' 'ocaml-ppxlib>=0.23.0')