summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 14:37:04 +0200
committerDaniel Peukert2023-04-01 14:37:04 +0200
commit8ceb0fce68fe9ed0989d679012788a783e39639e (patch)
tree72271510040dafa746ba77aa052515479ab24167
parent42f66bb8414dd5739759e4f9cda2d7300f212e6c (diff)
downloadaur-8ceb0fce68fe9ed0989d679012788a783e39639e.tar.gz
Add ARM arch notices
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 346b85079c10..a3e82bbeee38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname="$_pkgname-git"
pkgver='0.201.0.r15454.gb43df2306'
pkgrel='1'
pkgdesc='A static type checker for JavaScript - git version'
-# 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://$_pkgname.org"
license=('MIT')