summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 14:44:18 +0200
committerDaniel Peukert2023-04-01 14:44:18 +0200
commit71474dd6d7faa0aeb895e06afdda054aa5b45cfc (patch)
tree1f51448eeaa3ba55eaeac950aacf2d8957fd21c3
parent84178af1fd6e639fac2190f73251d1f754d5f8d6 (diff)
downloadaur-71474dd6d7faa0aeb895e06afdda054aa5b45cfc.tar.gz
Add ARM arch notices
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0815d5700f93..5b0b5fad0558 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgname="ocaml-$_projectname"
pkgver='2.11.0'
pkgrel='1'
pkgdesc='Universal toplevel for OCaml'
-# If you're running on i686 or pentium4, you have to add it to the arch array of the cppo, ocaml-biniou, ocaml-easy-format and ocaml-yojson AUR dependencies
-# If you're running on pentium4, you have to add it to the arch array of the ocaml-cmdliner, ocaml-uchar and ocaml-uutf AUR dependencies
+# If you're running on i686, pentium4, armv7h or aarch64, you have to add it to the arch array of the cppo, ocaml-biniou, ocaml-easy-format and ocaml-yojson AUR dependencies
+# If you're running on pentium4, armv7h or aarch64, you have to add it to the arch array of the ocaml-cmdliner, ocaml-uchar and ocaml-uutf AUR dependencies
arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/ocaml-community/$_projectname"
license=('BSD')