summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 13:02:27 +0200
committerDaniel Peukert2023-04-01 13:02:27 +0200
commit2981322190b9255306e2d17f618a59325773f5aa (patch)
tree40e4b2c2f0b6252c5407b6ab59ebb3eae24f91a6
parent7b98fe2993dcde4993eda87a215ce1bab74047e3 (diff)
downloadaur-2981322190b9255306e2d17f618a59325773f5aa.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 75c8fb9bb533..77ca6724cdf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,9 @@ pkgbase = ocaml-mew
pkgrel = 6
url = https://github.com/kandu/mew
arch = x86_64
+ arch = i486
arch = i686
+ arch = pentium4
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 47da63d1954a..cbc7681e89cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="ocaml-$_projectname"
pkgver='0.1.0'
pkgrel='6'
pkgdesc='A general modal editing engine generator'
-arch=('x86_64' 'i686' 'armv7h' 'aarch64')
+arch=('x86_64' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/kandu/$_projectname"
license=('MIT')
depends=('ocaml>=4.02.3' 'ocaml-result' 'ocaml-trie')