summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 14:38:12 +0200
committerDaniel Peukert2023-04-01 14:38:12 +0200
commit4260b6a92e1ec8161aca11f32e8d0198f503eab1 (patch)
tree4299547de0d4fb5fb973dc1beefb06a9c67de211
parent765c2d30ec5d380743aa340de237d3f0df63397f (diff)
downloadaur-4260b6a92e1ec8161aca11f32e8d0198f503eab1.tar.gz
Add ARM arch notices
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49b9c9deaa29..5981081cfd3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="ocaml-$_projectname"
pkgver='0.15.1'
pkgrel='3'
pkgdesc='Compile-time configuration for Jane Street libraries'
-# 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')