summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 13:01:31 +0200
committerDaniel Peukert2023-04-01 13:01:31 +0200
commit01d4f06f55f01489d0e6a9f30712522844fe7372 (patch)
tree8e761206550e71f21e1a0039fc39d91dff08ac9a /PKGBUILD
parentd92914393288c64d9b68f4abe75179bcb82c2322 (diff)
downloadaur-01d4f06f55f01489d0e6a9f30712522844fe7372.tar.gz
Update 32-bit architectures based on available dependencies and binaries
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d66f8e30c7a..83bc1d3d231f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname="ocaml-$_projectname"
pkgver='0.15.0'
pkgrel='3'
pkgdesc='Jane Street C header files'
-arch=('x86_64' 'i686' 'armv7h' 'aarch64')
+arch=('x86_64' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"
license=('MIT')
depends=('ocaml>=4.04.2')