summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-01 23:39:49 +0100
committerDaniel Peukert2023-03-01 23:39:49 +0100
commitb16b3e1e745252f534e1aece1942e99cde8acc84 (patch)
tree16d30e5bfca2046d343d6a1f29d85a271c2d847a /PKGBUILD
parent5fad207b96908fb29b2549a8a5a57adf05526bb1 (diff)
downloadaur-b16b3e1e745252f534e1aece1942e99cde8acc84.tar.gz
Get rid of ARM v5 and v6, as no Arch-based distro supports them
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07ae17cb77c3..195318dbe25a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver='0.15.0'
pkgrel='3'
epoch='1'
pkgdesc='A binary protocol generator'
-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-ppx_compare>=0.15.0' 'ocaml-ppx_custom_printf>=0.15.0' 'ocaml-ppx_fields_conv>=0.15.0' 'ocaml-ppx_optcomp>=0.15.0' 'ocaml-ppx_sexp_conv>=0.15.0' 'ocaml-ppx_variants_conv>=0.15.0')