summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 13:01:55 +0200
committerDaniel Peukert2023-04-01 13:01:55 +0200
commit8d100f51d17d37514c4c0942242cd5639ed77252 (patch)
treea8d532d270981db1135ee9ade35471b7de0de51a
parent63e3728e3d63f21b18d4c0723f2bb28fd55b9cec (diff)
downloadaur-8d100f51d17d37514c4c0942242cd5639ed77252.tar.gz
Update 32-bit architectures based on available dependencies and binaries
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1f50f79da4a..2e1dbddf2cd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = ocaml-logs
url = https://erratique.ch/software/logs
arch = x86_64
arch = i686
+ arch = pentium4
arch = armv7h
arch = aarch64
license = ISC
diff --git a/PKGBUILD b/PKGBUILD
index 33b47830ebc2..748449d3b6ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,9 @@ pkgname="ocaml-$_projectname"
pkgver='0.7.0'
pkgrel='3'
pkgdesc='Logging infrastructure for OCaml'
-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
+# If you're running on pentium4, you have to add it to the arch array of the ocaml-cmdliner AUR dependency
+arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://erratique.ch/software/$_projectname"
license=('ISC')
depends=('ocaml>=4.03.0' 'ocaml-cmdliner' 'ocaml-lwt')