summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 14:42:45 +0200
committerDaniel Peukert2023-04-01 14:42:45 +0200
commit21a676480bf87c9311f9a80049c266a9a4e0feb4 (patch)
tree90f77f519c762db65d5305a616d6d08711fef57d
parente8f5586312ba2ead946df56c59f19a68461973a6 (diff)
downloadaur-21a676480bf87c9311f9a80049c266a9a4e0feb4.tar.gz
Add ARM arch notices
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a0905c82e41..f9033cd9c219 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver='0.15.0'
pkgrel='3'
epoch='1'
pkgdesc='A ppx rewriter that inlines reverse application operators |> and |!'
-# 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')