summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 13:03:00 +0200
committerDaniel Peukert2023-04-01 13:03:00 +0200
commit294998125e42fccd19bf7df675cf030a277feea4 (patch)
tree0fccd7d8654b205bc9d75dee5d7b9d24576e4f47
parente12ad5044bc18ffdb31ae305f65806140e2e31e0 (diff)
downloadaur-294998125e42fccd19bf7df675cf030a277feea4.tar.gz
Update 32-bit architectures based on available dependencies and binaries
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 262d7645fc8a..fa84ba889e03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,9 @@ pkgbase = ocaml-parsexp
pkgrel = 3
url = https://github.com/janestreet/parsexp
arch = x86_64
+ arch = i486
arch = i686
+ arch = pentium4
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index c5cca14589bf..9d85a0b93f21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname="ocaml-$_projectname"
pkgver='0.15.0'
pkgrel='3'
pkgdesc='S-expression parsing library'
-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-base>=0.15.0' 'ocaml-sexplib0>=0.15.0')