summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-01 23:47:54 +0100
committerDaniel Peukert2023-03-01 23:47:54 +0100
commitee3094663cd2adee20aaa3791917f196b77495bc (patch)
tree29517deafe3add29f486ce9cfa7c9e83e6ea6ad4
parentc8db807b33cfc4e1d05eeb5e0752b383ccd2fbb5 (diff)
downloadaur-ee3094663cd2adee20aaa3791917f196b77495bc.tar.gz
Get rid of ARM v5 and v6, as no Arch-based distro supports them
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 741f314a5c97..644931fc9ec5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,6 @@ pkgbase = ocaml-re
url = https://github.com/ocaml/ocaml-re
arch = x86_64
arch = i686
- arch = arm
- arch = armv6h
arch = armv7h
arch = aarch64
license = custom:LGPL2.1 with linking exception
diff --git a/PKGBUILD b/PKGBUILD
index c6bb785b66f8..a5c8525aa1f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname="ocaml-$_projectname"
pkgver='1.10.4'
pkgrel='3'
pkgdesc='Pure OCaml regular expressions, with support for Perl and POSIX-style strings'
-arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/ocaml/$pkgname"
license=('custom:LGPL2.1 with linking exception')
depends=('ocaml>=4.03.0' 'ocaml-seq')