summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 13:10:24 +0200
committerDaniel Peukert2023-04-01 13:10:24 +0200
commit5f4cc88c502c34be230ed82431c5b2e881e75b34 (patch)
treece0b22b7f2cc2dd1c7bbf64ce2fc021099c0b1d7
parente4bf1c8f3abde1e50af10ffd1467a6f4c6bbf226 (diff)
downloadaur-5f4cc88c502c34be230ed82431c5b2e881e75b34.tar.gz
Update 32-bit architectures based on available dependencies and binaries
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52444e00d9fe..ca4f34469417 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,9 @@ pkgbase = ocaml-zed
pkgrel = 2
url = https://github.com/ocaml-community/zed
arch = x86_64
+ arch = i486
arch = i686
+ arch = pentium4
arch = armv7h
arch = aarch64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 6fa4a82586c8..cb8e77dfae5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ pkgname="ocaml-$_projectname"
pkgver='3.2.1'
pkgrel='2'
pkgdesc='Abstract engine for text edition in OCaml'
-arch=('x86_64' 'i686' 'armv7h' 'aarch64')
+# If you're running on i486 or pentium4, you have to add it to the arch array of the ocaml-cmdliner, ocaml-uchar and ocaml-uutf AUR dependencies
+arch=('x86_64' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/ocaml-community/$_projectname"
license=('BSD')
depends=('ocaml>=4.02.3' 'ocaml-react' 'ocaml-result' 'ocaml-uchar' 'ocaml-uuseg' 'ocaml-uucp>=2.0.0' 'ocaml-uutf')