summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 13:04:05 +0200
committerDaniel Peukert2023-04-01 13:04:05 +0200
commit304f067264daf5d8cf446e910c179d983f194dff (patch)
tree837393d184d360e87e985bb06edcf064817021b8
parent122524e2ca95afd385bc6dad78d299eb2e542447 (diff)
downloadaur-304f067264daf5d8cf446e910c179d983f194dff.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 6dcd34364402..ce395e512201 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = ocaml-ppx_deriving
url = https://github.com/ocaml-ppx/ppx_deriving
arch = x86_64
arch = i686
+ arch = pentium4
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 5205f9a02f05..7cefafcf6602 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,8 @@ pkgver='5.2.1'
pkgrel='4'
epoch='1'
pkgdesc='Type-driven code generation 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
+arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/ocaml-ppx/$_projectname"
license=('MIT')
depends=('ocaml>=4.05.0' 'ocaml-findlib' 'ocaml-ppx_derivers' 'ocaml-ppxlib>=0.20.0' 'ocaml-result')