summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 14:37:29 +0200
committerDaniel Peukert2023-04-01 14:37:29 +0200
commit7b0715706b846594f6849499a83eb268beace9aa (patch)
tree81ccad1f2a6a93904d13d5e2b86d4661767f8445
parent413f113a09ccfb6c18f9cc99c916a543447171ed (diff)
downloadaur-7b0715706b846594f6849499a83eb268beace9aa.tar.gz
Add ARM arch notices
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f076aba63ee0..64fe4fdc5ce5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver='0.15.0'
pkgrel='3'
epoch='1'
pkgdesc='A binary protocol generator'
-# 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')