summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 13:09:14 +0200
committerDaniel Peukert2023-04-01 13:09:14 +0200
commit5ca4a9fee7a65e16a691a084d14c4351a39f3dc2 (patch)
tree2aa32c98fa7682b05888f9032bda176c030aef83
parentf83085722832bf8f276f8a5531d428d5ec16e5f1 (diff)
downloadaur-5ca4a9fee7a65e16a691a084d14c4351a39f3dc2.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 c0943c57339d..b3842031eb43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,9 @@ pkgbase = ocaml-uucd
pkgrel = 2
url = https://erratique.ch/software/uucd
arch = x86_64
+ arch = i486
arch = i686
+ arch = pentium4
arch = armv7h
arch = aarch64
license = ISC
diff --git a/PKGBUILD b/PKGBUILD
index dbe490a039aa..72debc7031e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="ocaml-$_projectname"
pkgver='15.0.0'
pkgrel='2'
pkgdesc='Unicode character database decoder for OCaml'
-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.01.0' 'ocaml-xmlm')