summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 14:39:11 +0200
committerDaniel Peukert2023-04-01 14:39:11 +0200
commit517c3b82a57a1f3a2a017e499416a60318b4c0f6 (patch)
treef87c0d5da38392e535134b5900ff1d3d68f06fa2
parentc00725c237514ee6ed408bdd4d3a9d74af1db613 (diff)
downloadaur-517c3b82a57a1f3a2a017e499416a60318b4c0f6.tar.gz
Add ARM arch notices
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d858de473d60..a1c3502052a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver='0.15.0'
pkgrel='3'
epoch='1'
pkgdesc='Assert-like extension nodes that raise useful errors on failure'
-# 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')