summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 14:41:45 +0200
committerDaniel Peukert2023-04-01 14:41:45 +0200
commitb542f5cdea2346a5271427f8b3f8418ca648898f (patch)
treee98367fbdf1959c1490c7d5465638b98e2b05df8 /PKGBUILD
parentb7faba9e5693c27a3b3cc081a1340869952961ac (diff)
downloadaur-b542f5cdea2346a5271427f8b3f8418ca648898f.tar.gz
Add ARM arch notices
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 981a4e74baeb..253058019bc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver='0.15.0'
pkgrel='3'
epoch='1'
pkgdesc='Standard Jane Street ppx rewriters'
-# 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')