summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 13:02:51 +0200
committerDaniel Peukert2023-04-01 13:02:51 +0200
commitaf87d22c9380bcb06fb744996eec2d66b992981b (patch)
tree273a1c39e52937201f16129bb25b340e76b0facf
parentcfad3ba7285973949be5c64574db0046dd9ca8e0 (diff)
downloadaur-af87d22c9380bcb06fb744996eec2d66b992981b.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 a17785bf76df..5b7d9acd64a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = ocaml-ounit
url = https://github.com/gildor478/ounit
arch = x86_64
arch = i686
+ arch = pentium4
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index f01e01cca657..0cf278db655f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,8 @@ pkgname="ocaml-$_projectname"
pkgver='2.2.7'
pkgrel='1'
pkgdesc='Unit testing framework 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
+arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/gildor478/$_projectname"
license=('MIT')
depends=('ocaml>=4.04.0' 'ocaml-lwt>=2.5.2' 'ocaml-seq' 'ocaml-stdlib-shims')