summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 13:02:35 +0200
committerDaniel Peukert2023-04-01 13:02:35 +0200
commit029cacf2feaf66a712bf64ae83e24d13ebb0a52d (patch)
tree4b5b5651b23064cb1955257b6d1ee2bd254559e7
parentc3e52f726912a39e073903053655ff81cdeb9f59 (diff)
downloadaur-029cacf2feaf66a712bf64ae83e24d13ebb0a52d.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 5ed7eb685102..31d72041140b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,9 @@ pkgbase = ocaml-mew_vi
pkgrel = 5
url = https://github.com/kandu/mew_vi
arch = x86_64
+ arch = i486
arch = i686
+ arch = pentium4
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index f847a989f4ea..a0fefd6e36fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="ocaml-$_projectname"
pkgver='0.5.0'
pkgrel='5'
pkgdesc='Vi-like 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-mew>=0.1.0' 'ocaml-react')