summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 13:00:41 +0200
committerDaniel Peukert2023-04-01 13:00:41 +0200
commitbf48abc3e1e6c9cd585c4fa24dd2845dcad3a6ef (patch)
treedc82233c217d4e5d936710f859065d597ddf279e
parent11401793516c6db2edb05cc3cbfcd35a8f0427d5 (diff)
downloadaur-bf48abc3e1e6c9cd585c4fa24dd2845dcad3a6ef.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 cb23c67bbe65..daf31aa9add7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,9 @@ pkgbase = ocaml-dtoa
pkgrel = 1
url = https://github.com/flow/ocaml-dtoa
arch = x86_64
+ arch = i486
arch = i686
+ arch = pentium4
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 42ca6c84aae2..e3f3834fdb87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="ocaml-$_projectname"
pkgver='0.3.3'
pkgrel='1'
pkgdesc='double-to-ascii ocaml implementation'
-arch=('x86_64' 'i686' 'armv7h' 'aarch64')
+arch=('x86_64' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/flow/$pkgname"
license=('MIT')
depends=('ocaml>=4.01.0')