summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 13:06:35 +0200
committerDaniel Peukert2023-04-01 13:06:35 +0200
commite8f5586312ba2ead946df56c59f19a68461973a6 (patch)
treee8a2b145a0b304482046e2932067c407f47cd0db
parent8293cb3635311bb8442f1d54b6c1bc1e92bd4a63 (diff)
downloadaur-e8f5586312ba2ead946df56c59f19a68461973a6.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 f71dfebb08b0..1554e28513d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = ocaml-ppx_pipebang
url = https://github.com/janestreet/ppx_pipebang
arch = x86_64
arch = i686
+ arch = pentium4
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 57008b8362bb..9a0905c82e41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,8 @@ pkgver='0.15.0'
pkgrel='3'
epoch='1'
pkgdesc='A ppx rewriter that inlines reverse application operators |> and |!'
-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-ppxlib>=0.23.0')