diff options
author | Daniel Peukert | 2023-03-01 23:42:00 +0100 |
---|---|---|
committer | Daniel Peukert | 2023-03-01 23:42:00 +0100 |
commit | b6b3c39469cc38dbf1c1e6655d12c974375ff788 (patch) | |
tree | 0335866a497e40b542866ce15b62aed8edca0c3e /PKGBUILD | |
parent | 33ca151d0d5b480a12881e3aab8151988e0736fc (diff) | |
download | aur-b6b3c39469cc38dbf1c1e6655d12c974375ff788.tar.gz |
Get rid of ARM v5 and v6, as no Arch-based distro supports them
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ pkgname="ocaml-$_projectname" pkgver='5.6.1' pkgrel='2' pkgdesc='A library for cooperative threads in OCaml' -arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64') +arch=('x86_64' 'i686' 'armv7h' 'aarch64') url="https://github.com/ocsigen/$_projectname" license=('MIT') depends=('libev' 'dune>=1.8.0' 'ocaml>=4.08.0' 'ocaml-luv' 'ocaml-ocplib-endian' 'ocaml-ppxlib>=0.16.0' 'ocaml-react>=1.0.0') |