summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 14:40:53 +0200
committerDaniel Peukert2023-04-01 14:40:53 +0200
commit987979b803f7021a3216d91f65d46aea9ec3d2bb (patch)
tree790ed04ed7e6b43cb4d11d83ef69d8d4c7cc29a1
parent8d1b6977dd791e854515c7f4c2af2e3e955551e5 (diff)
downloadaur-987979b803f7021a3216d91f65d46aea9ec3d2bb.tar.gz
Add ARM arch notices
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0acff97add6f..b675a7adf65a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="ocaml-$_projectname"
pkgver='0.15.0'
pkgrel='3'
pkgdesc='Simpler notation for fixed point literals'
-# 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')