summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 13:02:43 +0200
committerDaniel Peukert2023-04-01 13:02:43 +0200
commit4049887309fe1a9b5016fec5691ad08e290ef0dc (patch)
tree13c30cead5c90cfacdf20345e669f1ae26ba5b3f /PKGBUILD
parent2b8bbd0d2aa794af45120cd9204bc3fe197d1bd3 (diff)
downloadaur-4049887309fe1a9b5016fec5691ad08e290ef0dc.tar.gz
Update 32-bit architectures based on available dependencies and binaries
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8e88d97e489..072a1baaa252 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,8 @@ pkgname="ocaml-$_projectname"
pkgver='1.2'
pkgrel='3'
pkgdesc='Optimised functions to read and write int16/32/64 from strings, bytes and bigarrays'
-arch=('x86_64' 'i686' 'armv7h' 'aarch64')
+# If you're running on i486, i686 or pentium4, you have to add it to the arch array of the cppo AUR dependency
+arch=('x86_64' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/OCamlPro/$_projectname"
license=('custom:LGPL2.1 with linking exception')
depends=('ocaml>=4.03.0')