summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 14:40:01 +0200
committerDaniel Peukert2023-04-01 14:40:01 +0200
commit57c574ebeefe434c8663296a596b09078f6dcbc1 (patch)
treebfc239f38c73e00fe721b31ffa9e6b65080799c2
parent804b805f3f3b307f2ada5387cc26d6dbcda982c5 (diff)
downloadaur-57c574ebeefe434c8663296a596b09078f6dcbc1.tar.gz
Add ARM arch notices
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 719e1d2deb0b..522fec44e896 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver='0.15.0'
pkgrel='3'
epoch='1'
pkgdesc='Printf-style format-strings for user-defined string conversion'
-# 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')