summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-01 23:41:18 +0100
committerDaniel Peukert2023-03-01 23:41:18 +0100
commitd92914393288c64d9b68f4abe75179bcb82c2322 (patch)
tree689842f4386be8d4ea5a7bba9e27a0fb31f4a32c /PKGBUILD
parenta9a2293ab2adb6de0c620101ace93e39721cc24f (diff)
downloadaur-d92914393288c64d9b68f4abe75179bcb82c2322.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 20dc067a036f..3d66f8e30c7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname="ocaml-$_projectname"
pkgver='0.15.0'
pkgrel='3'
pkgdesc='Jane Street C header files'
-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.04.2')