summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 13:09:05 +0200
committerDaniel Peukert2023-04-01 13:09:05 +0200
commit84178af1fd6e639fac2190f73251d1f754d5f8d6 (patch)
tree8d9ac88c9c1335bd0a722d0e79976d575a9eca4b
parent641965ce43bf34e731914e8f5db7b768e830a1ec (diff)
downloadaur-84178af1fd6e639fac2190f73251d1f754d5f8d6.tar.gz
Update 32-bit architectures based on available dependencies and binaries
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06b360610ba1..0e09a0459cb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = ocaml-utop
url = https://github.com/ocaml-community/utop
arch = x86_64
arch = i686
+ arch = pentium4
arch = armv7h
arch = aarch64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 6639630e6cd3..0815d5700f93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,9 @@ pkgname="ocaml-$_projectname"
pkgver='2.11.0'
pkgrel='1'
pkgdesc='Universal toplevel for OCaml'
-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 cppo, ocaml-biniou, ocaml-easy-format and ocaml-yojson AUR dependencies
+# If you're running on pentium4, you have to add it to the arch array of the ocaml-cmdliner, ocaml-uchar and ocaml-uutf AUR dependencies
+arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/ocaml-community/$_projectname"
license=('BSD')
depends=('ocaml>=4.08.0' 'ocaml-findlib>=1.7.2' 'ocaml-lambda-term>=3.1.0' 'ocaml-logs' 'ocaml-lwt' 'ocaml-react>=1.0.0' 'ocaml-zed>=3.2.0')