summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 14:38:37 +0200
committerDaniel Peukert2023-04-01 14:38:37 +0200
commitec8b32504315a62173999fa26e5ea9f3a6ac2f76 (patch)
tree9a9e5513b00c7d3c8e13e9252c875141bf74bfa4
parent99200bb668352bc2e6ec0a6267c4d00a83034621 (diff)
downloadaur-ec8b32504315a62173999fa26e5ea9f3a6ac2f76.tar.gz
Add ARM arch notices
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e1e650ca396e..30a9d18c2c30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname="ocaml-$_projectname"
pkgver='5.6.1'
pkgrel='2'
pkgdesc='A library for cooperative threads in OCaml'
-# If you're running on i686 or pentium4, you have to add it to the arch array of the cppo, 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 cppo, ocaml-biniou, ocaml-easy-format and ocaml-yojson AUR dependencies
arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/ocsigen/$_projectname"
license=('MIT')