summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 13:05:27 +0200
committerDaniel Peukert2023-04-01 13:05:27 +0200
commitf913feae2c8677e4fc89d5cc45a45b8247e05273 (patch)
treed5b007134759c558615b9c4bcabcee8e7b37e2f4 /PKGBUILD
parent167b6ced9e233f131cb37c594a4ca3f653b03da2 (diff)
downloadaur-f913feae2c8677e4fc89d5cc45a45b8247e05273.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 ee0556d139da..7bc300bf7a60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,8 @@ pkgver='0.15.0'
pkgrel='4'
epoch='1'
pkgdesc='Syntax extension for writing in-line tests in ocaml code'
-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-time_now>=0.15.0' 'ocaml-ppxlib>=0.23.0')