summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 13:03:40 +0200
committerDaniel Peukert2023-04-01 13:03:40 +0200
commit46ca535b6654e4b81d00ff58d261b7cb31d6ea06 (patch)
treeccd1e011ed64c2316ddf48828a6c4e8ef8a9f425
parentbf2630d341fedb72edc662ff4aa4c672456818f6 (diff)
downloadaur-46ca535b6654e4b81d00ff58d261b7cb31d6ea06.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 394f11f1bd28..43f299f074e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = ocaml-ppx_cold
url = https://github.com/janestreet/ppx_cold
arch = x86_64
arch = i686
+ arch = pentium4
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 5b37a90c99d0..f619fdc9f3c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,8 @@ pkgname="ocaml-$_projectname"
pkgver='0.15.0'
pkgrel='3'
pkgdesc='Expands [@Cold] into [@inline never][@specialise never][@Local never]'
-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-ppxlib>=0.23.0')