summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 13:02:03 +0200
committerDaniel Peukert2023-04-01 13:02:03 +0200
commit734e15845c4440bc8658c7f7d7a279580c9fc3e4 (patch)
treea768b522f4e74d73956b558079d3512287744046
parent8d2445a82c01b8ce2f1fe065049ef4311795d5a1 (diff)
downloadaur-734e15845c4440bc8658c7f7d7a279580c9fc3e4.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 6b7fe0565de5..74cb1932e2d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,9 @@ pkgbase = ocaml-luv
pkgrel = 5
url = https://github.com/aantron/luv
arch = x86_64
+ arch = i486
arch = i686
+ arch = pentium4
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index b149c3087db8..47a76fe678e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="ocaml-$_projectname"
pkgver='0.5.11'
pkgrel='5'
pkgdesc='Cross-platform asynchronous I/O and system calls'
-arch=('x86_64' 'i686' 'armv7h' 'aarch64')
+arch=('x86_64' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/aantron/$_projectname"
license=('MIT')
depends=('libuv' 'ocaml>=4.02.0' 'ocaml-compiler-libs' 'ocaml-ctypes>=0.14.0' 'ocaml-result' 'ocaml-stdlib-shims')