summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 14:37:13 +0200
committerDaniel Peukert2023-04-01 14:37:13 +0200
commitc6a8370dcf4d9dbeb90ee110af72e5d053ece371 (patch)
treee0d17478fe193e4db93406c0e2d73a89afda6c02
parent2bedeac4a8800db3f9696872269c7b4bb320c72d (diff)
downloadaur-c6a8370dcf4d9dbeb90ee110af72e5d053ece371.tar.gz
Add ARM arch notices
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3c5a0660fa0..e5f7c5592205 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="ocaml-$_projectname"
pkgver='0.15.0'
pkgrel='3'
pkgdesc='String type based on Bigarray, for use in I/O and C-bindings'
-# 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')