summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 13:05:51 +0200
committerDaniel Peukert2023-04-01 13:05:51 +0200
commit0aca575c59a1dc4a9ff4905d813da799b9f32693 (patch)
treec6f4f9d081ec2c04ce7f9d3d5f83a143cc2d1eec
parentce512037c914aae9294f5be1ea0919295d3ffb61 (diff)
downloadaur-0aca575c59a1dc4a9ff4905d813da799b9f32693.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 714a27843cf9..3879b4395af9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = ocaml-ppxlib
url = https://github.com/ocaml-ppx/ppxlib
arch = x86_64
arch = i686
+ arch = pentium4
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index b51f134c3a87..fe24d9fe5ffd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,8 @@ pkgname="ocaml-$_projectname"
pkgver='0.29.1'
pkgrel='1'
pkgdesc='Standard library for ppx rewriters'
-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/ocaml-ppx/$_projectname"
license=('MIT')
depends=('ocaml>=4.08.0' 'ocaml-base>=0.15.0' 'ocaml-compiler-libs-repackaged>=0.11.0' 'ocaml-ppx_derivers>=1.0.0' 'ocaml-sexplib0>=0.15.0' 'ocaml-stdlib-shims' 'ocaml-yojson')