summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 14:40:09 +0200
committerDaniel Peukert2023-04-01 14:40:09 +0200
commitf70ff39f29502bc88599e019660b590db1d69148 (patch)
treeb8f797c74a07d6829fb4ceccab4bc73a00743171
parent304f067264daf5d8cf446e910c179d983f194dff (diff)
downloadaur-f70ff39f29502bc88599e019660b590db1d69148.tar.gz
Add ARM arch notices
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7cefafcf6602..24f86a8c9468 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver='5.2.1'
pkgrel='4'
epoch='1'
pkgdesc='Type-driven code generation 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 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
arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/ocaml-ppx/$_projectname"
license=('MIT')