summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 14:43:19 +0200
committerDaniel Peukert2023-04-01 14:43:19 +0200
commit5f7080ad4f9034f9834693700cbddc2b2a07150c (patch)
treed4b0d7d35739fbfa079dc9c60ab59f60760a8fdd
parentbfbed281d6cd033ac86be1eb5656d143c8a1904c (diff)
downloadaur-5f7080ad4f9034f9834693700cbddc2b2a07150c.tar.gz
Add ARM arch notices
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce2ff5b9f91a..0fe7c66e055f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="ocaml-$_projectname"
pkgver='0.15.0'
pkgrel='3'
pkgdesc='Stable types conversions generator'
-# 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')