summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 13:08:02 +0200
committerDaniel Peukert2023-04-01 13:08:02 +0200
commitc309156d49f6474304e796d4eb04acf61e329ac0 (patch)
tree4ab058ad575876ade7f77c4aa1e783450f33aa86
parent079022e856ab9bc0ac45e63f5d43b0b431353fec (diff)
downloadaur-c309156d49f6474304e796d4eb04acf61e329ac0.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 d713082bae12..e88ee36ad7a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = ocaml-sedlex
url = https://github.com/ocaml-community/sedlex
arch = x86_64
arch = i686
+ arch = pentium4
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index ee8dcb835a11..641f096f639e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,8 @@ pkgname="ocaml-$_projectname"
pkgver='3.1'
pkgrel='2'
pkgdesc='Unicode-friendly OCaml lexer generator'
-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-community/$_projectname"
license=('MIT')
depends=('ocaml>=4.14.0' 'ocaml-gen' 'ocaml-ppxlib>=0.26.0')