summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 12:59:51 +0200
committerDaniel Peukert2023-04-01 12:59:51 +0200
commit2bedeac4a8800db3f9696872269c7b4bb320c72d (patch)
tree2b961e53c102ce8fd29abca92f5cb615cfee534f
parent347775452389b28cfc28dcc24240ac3ed7252348 (diff)
downloadaur-2bedeac4a8800db3f9696872269c7b4bb320c72d.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 c96a181f4246..da744b294c6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = ocaml-base_bigstring
url = https://github.com/janestreet/base_bigstring
arch = x86_64
arch = i686
+ arch = pentium4
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 2e7428bac0de..f3c5a0660fa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,8 @@ pkgname="ocaml-$_projectname"
pkgver='0.15.0'
pkgrel='3'
pkgdesc='String type based on Bigarray, for use in I/O and C-bindings'
-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-int_repr>=0.15.0' 'ocaml-ppx_jane>=0.15.0')