summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 14:43:27 +0200
committerDaniel Peukert2023-04-01 14:43:27 +0200
commit11ba0f2b2a11b607e63c68cad877d295e13f52ea (patch)
treece3a3739207ffc5f9c754a6e5f250bb735418dbf
parentee0a877221a0082238e0363104715a63c9e6c141 (diff)
downloadaur-11ba0f2b2a11b607e63c68cad877d295e13f52ea.tar.gz
Add ARM arch notices
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 098b2db01aea..9e26d54f93e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="ocaml-$_projectname"
pkgver='0.15.0'
pkgrel='3'
pkgdesc='Ppx extension for string interpolation'
-# 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')