summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 14:38:20 +0200
committerDaniel Peukert2023-04-01 14:38:20 +0200
commit094fa685c843c785ca6031d81044e3d9a2ae3b2e (patch)
tree68d0bc601e0f21b963fb590449ce3ec373cc921f
parent6edcc9759d72d9d5cd29cae9fc182bc7e9def8c7 (diff)
downloadaur-094fa685c843c785ca6031d81044e3d9a2ae3b2e.tar.gz
Add ARM arch notices
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dee9222fdc8f..606d72260eaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgname="ocaml-$_projectname"
pkgver='3.3.1'
pkgrel='2'
pkgdesc='Terminal manipulation library 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')