summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-30 14:00:18 +0200
committerDaniel Peukert2023-05-30 14:00:18 +0200
commitdc73ffd6539ab1a275ee75c564785dc23b45fdfb (patch)
tree7c1399dfa87bcd9259b3accc84e4ead8f26a4c49 /PKGBUILD
parente3c3fcbf68c8f0ad18b9e4ddf37502b051883b5d (diff)
downloadaur-dc73ffd6539ab1a275ee75c564785dc23b45fdfb.tar.gz
Remove some architectures from ocaml packages, since OCaml 5.0 only supports x86-64 and arm64
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eeedaf73c8f9..a6e95f1f9af8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ pkgname="ocaml-$_projectname"
pkgver='1.2'
pkgrel='5'
pkgdesc='Optimised functions to read and write int16/32/64 from strings, bytes and bigarrays'
-# 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')
+# If you're running on aarch64, you have to add it to the arch array of the cppo AUR dependency
+arch=('x86_64' 'aarch64')
url="https://github.com/OCamlPro/$_projectname"
license=('custom:LGPL2.1 with linking exception')
depends=('ocaml>=4.03.0')