summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 14:42:54 +0200
committerDaniel Peukert2023-04-01 14:42:54 +0200
commit04b0218a5e068b919035ee2a2e69710b33037aab (patch)
treeb11fd48a82eff0f87951247e19708ec7e02b8750
parent628bbe6b2610704443be76b0d4432fd5870eb801 (diff)
downloadaur-04b0218a5e068b919035ee2a2e69710b33037aab.tar.gz
Add ARM arch notices
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38354120dfd2..590c32f18f1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver='0.15.1'
pkgrel='3'
epoch='1'
pkgdesc='Generation of S-expression conversion functions from type definitions'
-# 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')