summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 14:41:10 +0200
committerDaniel Peukert2023-04-01 14:41:10 +0200
commitd1c0a1ae947f4a263caa7f29498c57294dcc0388 (patch)
tree0c1f56ea8bd4d4e5d60133c33fffa1ea3e2b84c5 /PKGBUILD
parent79a5e7b642dff4af56c7ba18d29ddefbbe0dd688 (diff)
downloadaur-d1c0a1ae947f4a263caa7f29498c57294dcc0388.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 285c13217cf4..ece9d588da45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname="ocaml-$_projectname"
pkgver='0.15.0'
pkgrel='3'
pkgdesc='A ppx rewriter that generates hash functions from type expressions and definitions'
-# 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')