summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 13:02:11 +0200
committerDaniel Peukert2023-04-01 13:02:11 +0200
commit99200bb668352bc2e6ec0a6267c4d00a83034621 (patch)
tree6f5abea85ceb980cb613cb84a088b4a8d85b67a2
parentb6b3c39469cc38dbf1c1e6655d12c974375ff788 (diff)
downloadaur-99200bb668352bc2e6ec0a6267c4d00a83034621.tar.gz
Update 32-bit architectures based on available dependencies and binaries
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecdbbe1ab73a..9abb91f76808 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = ocaml-lwt
url = https://github.com/ocsigen/lwt
arch = x86_64
arch = i686
+ arch = pentium4
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index c08757e087eb..e1e650ca396e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ pkgname="ocaml-$_projectname"
pkgver='5.6.1'
pkgrel='2'
pkgdesc='A library for cooperative threads in 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
+arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/ocsigen/$_projectname"
license=('MIT')
depends=('libev' 'dune>=1.8.0' 'ocaml>=4.08.0' 'ocaml-luv' 'ocaml-ocplib-endian' 'ocaml-ppxlib>=0.16.0' 'ocaml-react>=1.0.0')