summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 13:00:49 +0200
committerDaniel Peukert2023-04-01 13:00:49 +0200
commitd47c4f04987cf2636a70c753e07b89b7188b06cf (patch)
treea6ec42ba72f9a7bc2489088da15989ea305079b9
parent08cf7f52f2eb13e250ab5681c46584743f03238f (diff)
downloadaur-d47c4f04987cf2636a70c753e07b89b7188b06cf.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 091c3c6b8127..f745de75ff86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,9 @@ pkgbase = ocaml-fieldslib
epoch = 1
url = https://github.com/janestreet/fieldslib
arch = x86_64
+ arch = i486
arch = i686
+ arch = pentium4
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 436c1396fc17..f4af746e35bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver='0.15.0'
pkgrel='3'
epoch='1'
pkgdesc='OCaml record fields as first class values'
-arch=('x86_64' 'i686' 'armv7h' 'aarch64')
+arch=('x86_64' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"
license=('MIT')
depends=('ocaml>=4.08.0' 'ocaml-base>=0.15.0')