summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 14:39:02 +0200
committerDaniel Peukert2023-04-01 14:39:02 +0200
commite6bc6adf8e6975e63d5c741a36214a05c8395ee7 (patch)
tree0896d91dc14dc21a20b390a5654289e592fabf79
parentaf87d22c9380bcb06fb744996eec2d66b992981b (diff)
downloadaur-e6bc6adf8e6975e63d5c741a36214a05c8395ee7.tar.gz
Add ARM arch notices
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0cf278db655f..5336612978f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgname="ocaml-$_projectname"
pkgver='2.2.7'
pkgrel='1'
pkgdesc='Unit testing framework for OCaml'
-# 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://github.com/gildor478/$_projectname"
license=('MIT')