summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 14:44:59 +0200
committerDaniel Peukert2023-04-01 14:44:59 +0200
commit4eed74b26b392da4bf0aa37205e87c88f4acd64a (patch)
tree6b51dfe38e5b17f6d53edcd2df1290deb450d288
parent5f4cc88c502c34be230ed82431c5b2e881e75b34 (diff)
downloadaur-4eed74b26b392da4bf0aa37205e87c88f4acd64a.tar.gz
Add ARM arch notices
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb8e77dfae5a..a89cc2ae2981 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname="ocaml-$_projectname"
pkgver='3.2.1'
pkgrel='2'
pkgdesc='Abstract engine for text edition in OCaml'
-# If you're running on i486 or 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 i486, 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' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/ocaml-community/$_projectname"
license=('BSD')