summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 13:07:54 +0200
committerDaniel Peukert2023-04-01 13:07:54 +0200
commitba7a7bec1341332e92a73696c252501f7c753a0b (patch)
treedec28d12d7a5e70c0256d95f1ce4979737df6a99
parentbde73410e03a0af6e604fa731a8125d927bab98c (diff)
downloadaur-ba7a7bec1341332e92a73696c252501f7c753a0b.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 e9dcaa79489e..fc5850cc341f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,9 @@ pkgbase = ocaml-react
pkgrel = 2
url = https://erratique.ch/software/react
arch = x86_64
+ arch = i486
arch = i686
+ arch = pentium4
arch = armv7h
arch = aarch64
license = ISC
diff --git a/PKGBUILD b/PKGBUILD
index e2b1150132f9..22361206a6e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname="ocaml-$_projectname"
pkgver='1.2.2'
pkgrel='2'
pkgdesc='An OCaml module for functional reactive programming'
-arch=('x86_64' 'i686' 'armv7h' 'aarch64')
+arch=('x86_64' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://erratique.ch/software/$_projectname"
license=('ISC')
depends=('ocaml>=4.08.0')