summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 13:07:27 +0200
committerDaniel Peukert2023-04-01 13:07:27 +0200
commiteb200887e182ca9172011c1e72cbb8a065cc9ba1 (patch)
tree330c7d243b92dd3d79a0408dd132d37cc34de2c4 /PKGBUILD
parent16f9e3bc267714f00393c7259199db12f4ae56d0 (diff)
downloadaur-eb200887e182ca9172011c1e72cbb8a065cc9ba1.tar.gz
Update 32-bit architectures based on available dependencies and binaries
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ce830ab7933..70553343a77d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,8 @@ pkgver='0.15.0'
pkgrel='3'
epoch='1'
pkgdesc='Generation of runtime types from type declarations'
-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-typerep>=0.15.0' 'ocaml-ppxlib>=0.23.0')