summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 14:43:36 +0200
committerDaniel Peukert2023-04-01 14:43:36 +0200
commit8773b7736fc3611d9441cd6bbac7c31ee62ec969 (patch)
tree0987189a7442ebe6857f4951f65db329a7639b44 /PKGBUILD
parenteb200887e182ca9172011c1e72cbb8a065cc9ba1 (diff)
downloadaur-8773b7736fc3611d9441cd6bbac7c31ee62ec969.tar.gz
Add ARM arch notices
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 70553343a77d..70f1f3c498d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver='0.15.0'
pkgrel='3'
epoch='1'
pkgdesc='Generation of runtime types from type declarations'
-# 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')