summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-01 23:47:11 +0100
committerDaniel Peukert2023-03-01 23:47:11 +0100
commit6f7a2b0c4dc24aed4aa2ce3e0a3c1d30127aca0d (patch)
treec96a3bb0f6943ad0cbf2959db773ce696ff66b32 /PKGBUILD
parent8a1a358eac7035f7da5ad8a8ace610f9dbfa9f94 (diff)
downloadaur-6f7a2b0c4dc24aed4aa2ce3e0a3c1d30127aca0d.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 529f935e5b1d..7e0aed529fff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver='0.15.0'
pkgrel='3'
epoch='1'
pkgdesc='A ppx rewriter that simplifies building s-expressions from ocaml values'
-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_here>=0.15.0' 'ocaml-ppx_sexp_conv>=0.15.0' 'ocaml-ppxlib>=0.23.0')