summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-01 23:42:44 +0100
committerDaniel Peukert2023-03-01 23:42:44 +0100
commitdad69045aee8b912a3249f40e90b57140c40cd7a (patch)
treebb69405385040feca5477a5d29ca17258a0cee17
parent618d1280abaebe9915efbe3bc72eab377203c316 (diff)
downloadaur-dad69045aee8b912a3249f40e90b57140c40cd7a.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 2f4c2018d189..05c74c108cb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,6 @@ pkgbase = ocaml-ounit
url = https://github.com/gildor478/ounit
arch = x86_64
arch = i686
- arch = arm
- arch = armv6h
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 079275870cee..90cb20fc5ac7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgname="ocaml-$_projectname"
pkgver='2.2.6'
pkgrel='3'
pkgdesc='Unit testing framework for OCaml'
-arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/gildor478/$_projectname"
license=('MIT')
depends=('ocaml>=4.04.0' 'ocaml-lwt' 'ocaml-seq' 'ocaml-stdlib-shims')