summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 14:39:43 +0200
committerDaniel Peukert2023-04-01 14:39:43 +0200
commite8f30e9575983bc3cb9ed186dd2cf4937c954090 (patch)
tree291c4972d841e4fff1dce8c6e3470f98db59c648
parent46ca535b6654e4b81d00ff58d261b7cb31d6ea06 (diff)
downloadaur-e8f30e9575983bc3cb9ed186dd2cf4937c954090.tar.gz
Add ARM arch notices
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f619fdc9f3c9..73ee2da846c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="ocaml-$_projectname"
pkgver='0.15.0'
pkgrel='3'
pkgdesc='Expands [@Cold] into [@inline never][@specialise never][@Local never]'
-# If you're running on i686 or pentium4, you have to add it to the arch array of the ocaml-biniou, ocaml-easy-format and ocaml-yojson AUR dependencies
+# If you're running on i686, pentium4, armv7h or aarch64, you have to add it to the arch array of the ocaml-biniou, ocaml-easy-format and ocaml-yojson AUR dependencies
arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"
license=('MIT')