summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 14:43:02 +0200
committerDaniel Peukert2023-04-01 14:43:02 +0200
commitd91f03d696cc123f5e844a1d2e91aeee7af49938 (patch)
tree2b31a29bbb2e453717f5b97a51ada9c3d74d38a0
parentaa03453414eb03092a81bf0d4501c353ebe34677 (diff)
downloadaur-d91f03d696cc123f5e844a1d2e91aeee7af49938.tar.gz
Add ARM arch notices
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3901014b86f3..f765ec05da2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver='0.15.0'
pkgrel='3'
epoch='1'
pkgdesc='A ppx rewriter for easy construction of s-expressions'
-# 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')