summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 13:08:20 +0200
committerDaniel Peukert2023-04-01 13:08:20 +0200
commita5dddbf3dacfc340546106ef615245e787603526 (patch)
treee0116721b95a2b8e71581f8f8f357eb52e62fd55 /PKGBUILD
parentfc3db1bbbe7a8cde90f16741e63fdd624c79df6b (diff)
downloadaur-a5dddbf3dacfc340546106ef615245e787603526.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 29bd6c2b8940..142d1f53558f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver='0.15.1'
pkgrel='2'
epoch='1'
pkgdesc='Library for serializing OCaml values to and from S-expressions'
-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.08.0' 'ocaml-num' 'ocaml-parsexp>=0.15.0' 'ocaml-sexplib0>=0.15.0')