summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 14:42:37 +0200
committerDaniel Peukert2023-04-01 14:42:37 +0200
commit87929d892cec328f1d127d6bd846f6a52828a501 (patch)
tree554eb7d13aeaab2ed778fc7c9f49829caf2adf53
parent3ef89d286a0e9227533f3100c9913cf1cacdb8dc (diff)
downloadaur-87929d892cec328f1d127d6bd846f6a52828a501.tar.gz
Add ARM arch notices
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60094b7d95c1..0bb10ec4a148 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname="ocaml-$_projectname"
pkgver='0.15.0'
pkgrel='3'
pkgdesc='Pattern matching on flat options'
-# 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')