summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 14:39:27 +0200
committerDaniel Peukert2023-04-01 14:39:27 +0200
commitea7a84cda2eb34a4ab17023023dbbad7df1ae4cd (patch)
tree48f7359dae73b870c276f33bef4043890ee500e1
parentbcc3a13898bde61911284cc2a62f219ba606ad9e (diff)
downloadaur-ea7a84cda2eb34a4ab17023023dbbad7df1ae4cd.tar.gz
Add ARM arch notices
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8936673d9b27..fdd81f8874f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver='0.15.0'
pkgrel='4'
epoch='1'
pkgdesc='Syntax extension for writing in-line benchmarks in ocaml code'
-# 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')