diff options
author | Daniel Peukert | 2023-04-01 13:06:53 +0200 |
---|---|---|
committer | Daniel Peukert | 2023-04-01 13:06:53 +0200 |
commit | aa03453414eb03092a81bf0d4501c353ebe34677 (patch) | |
tree | cc3dc4a9b18c0de7886235715b5bb701fd4e9e76 /PKGBUILD | |
parent | 21075585bd2085e2a716663725afd6d9b98304a3 (diff) | |
download | aur-aa03453414eb03092a81bf0d4501c353ebe34677.tar.gz |
Update 32-bit architectures based on available dependencies and binaries
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ pkgver='0.15.0' pkgrel='3' epoch='1' pkgdesc='A ppx rewriter for easy construction of s-expressions' -arch=('x86_64' 'i686' 'armv7h' 'aarch64') +# If you're running on i686 or pentium4, you have to add it to the arch array of the ocaml-biniou, ocaml-easy-format and ocaml-yojson AUR dependencies +arch=('x86_64' 'i686' 'pentium4' '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') |