summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 13:09:58 +0200
committerDaniel Peukert2023-04-01 13:09:58 +0200
commitb5f971c7ef8dd4f60b4123e4fb6e6d26cafdd88f (patch)
tree3cbc7cf92b33fd79119bce0a5d2b6b0bb8ff06e0
parentb7c883cd7947efcb2ced2820af4f144f3b181f25 (diff)
downloadaur-b5f971c7ef8dd4f60b4123e4fb6e6d26cafdd88f.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 fcce34f60e05..9ef1b20c25a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = ocaml-visitors
url = https://gitlab.inria.fr/fpottier/visitors
arch = x86_64
arch = i686
+ arch = pentium4
arch = armv7h
arch = aarch64
license = LGPL2.1
diff --git a/PKGBUILD b/PKGBUILD
index 2e9ffb6129fa..fab3d4877731 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,8 @@ pkgname="ocaml-$_projectname"
pkgver='20210608'
pkgrel='4'
pkgdesc='An OCaml syntax extension for generating visitor classes'
-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://gitlab.inria.fr/fpottier/$_projectname"
license=('LGPL2.1')
depends=('ocaml>=4.05.0' 'ocaml-ppx_deriving>=5.0' 'ocaml-ppxlib>=0.22.0' 'ocaml-result')