summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')