summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-23 21:05:07 +0200
committerDaniel Peukert2023-05-23 21:05:07 +0200
commitfcc64177baf5694f9bfc8758cc4d41170b82f916 (patch)
tree0920e492f88fffc8fd4b4496c840c3a955039f27 /PKGBUILD
parentf300829aee83208dfc99f64405a1d92d5ec2c997 (diff)
downloadaur-fcc64177baf5694f9bfc8758cc4d41170b82f916.tar.gz
Remove unsupported archs from ocaml packages
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ddfec66a799..4dcb2854f255 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname="ocaml-$_projectname"
pkgver='1.10.4'
pkgrel='4'
pkgdesc='Pure OCaml regular expressions, with support for Perl and POSIX-style strings'
-arch=('x86_64' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')
+arch=('x86_64' 'aarch64')
url="https://github.com/ocaml/$pkgname"
license=('custom:LGPL2.1 with linking exception')
depends=('ocaml>=4.03.0' 'ocaml-seq')