diff options
author | Daniel Peukert | 2023-04-01 13:01:22 +0200 |
---|---|---|
committer | Daniel Peukert | 2023-04-01 13:01:22 +0200 |
commit | ac9fbd499ebb70afd9dc2b98dd35a518961a9f06 (patch) | |
tree | 55c9bfb8377fd5cab70229e4beac49f397e59c94 | |
parent | 92e97cad1b011a847ec7c42bdff854363d693e59 (diff) | |
download | aur-ac9fbd499ebb70afd9dc2b98dd35a518961a9f06.tar.gz |
Update 32-bit architectures based on available dependencies and binaries
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -5,6 +5,7 @@ pkgbase = ocaml-int_repr url = https://github.com/janestreet/int_repr arch = x86_64 arch = i686 + arch = pentium4 arch = armv7h arch = aarch64 license = MIT @@ -4,7 +4,8 @@ pkgname="ocaml-$_projectname" pkgver='0.15.0' pkgrel='3' pkgdesc='Integers of various widths' -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.10.0' 'ocaml-base>=0.15.0' 'ocaml-ppx_jane>=0.15.0') |