summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 14:38:53 +0200
committerDaniel Peukert2023-04-01 14:38:53 +0200
commit12679541a98df8022a656d104d3ffd9e9c84d30b (patch)
tree6890547cb4f2bb9a4d1fb70c0fae5a200a3cc407 /PKGBUILD
parent4049887309fe1a9b5016fec5691ad08e290ef0dc (diff)
downloadaur-12679541a98df8022a656d104d3ffd9e9c84d30b.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 072a1baaa252..ef3e37336af0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname="ocaml-$_projectname"
pkgver='1.2'
pkgrel='3'
pkgdesc='Optimised functions to read and write int16/32/64 from strings, bytes and bigarrays'
-# If you're running on i486, i686 or pentium4, you have to add it to the arch array of the cppo AUR dependency
+# If you're running on i486, i686, pentium4, armv7h or aarch64, you have to add it to the arch array of the cppo AUR dependency
arch=('x86_64' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/OCamlPro/$_projectname"
license=('custom:LGPL2.1 with linking exception')