summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 14:44:51 +0200
committerDaniel Peukert2023-04-01 14:44:51 +0200
commit7ab3c443c7cdd89ee6cb379746942be5cedd0503 (patch)
treeef45cfe903574d04a32b041b48c14586eef605d9 /PKGBUILD
parentb5f971c7ef8dd4f60b4123e4fb6e6d26cafdd88f (diff)
downloadaur-7ab3c443c7cdd89ee6cb379746942be5cedd0503.tar.gz
Add ARM arch notices
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fab3d4877731..b0942b81eebc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname="ocaml-$_projectname"
pkgver='20210608'
pkgrel='4'
pkgdesc='An OCaml syntax extension for generating visitor classes'
-# If you're running on i686 or pentium4, you have to add it to the arch array of the cppo, 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 cppo, ocaml-biniou, ocaml-easy-format and ocaml-yojson AUR dependencies
arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://gitlab.inria.fr/fpottier/$_projectname"
license=('LGPL2.1')