summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 14:42:04 +0200
committerDaniel Peukert2023-04-01 14:42:04 +0200
commit02e0ea7ed6fbfbb8cdac48f50ca3fde3c6e7146e (patch)
treefe2cd9936ae44c67fbd4f0d747e20dc16cb4b6e4
parent0aca575c59a1dc4a9ff4905d813da799b9f32693 (diff)
downloadaur-02e0ea7ed6fbfbb8cdac48f50ca3fde3c6e7146e.tar.gz
Add ARM arch notices
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe24d9fe5ffd..008e19806e08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname="ocaml-$_projectname"
pkgver='0.29.1'
pkgrel='1'
pkgdesc='Standard library for 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/ocaml-ppx/$_projectname"
license=('MIT')