summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-01 23:43:19 +0100
committerDaniel Peukert2023-03-01 23:43:19 +0100
commit6e3fcd9b055327f5f4f17ae44db95c7e094dc0bf (patch)
tree01039da25b5899c83d90ff6c8dbbfa03c4f2a7f4
parent01fe581c927c29ee789fbf7ad4b980370e8366ce (diff)
downloadaur-6e3fcd9b055327f5f4f17ae44db95c7e094dc0bf.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 02aeb4c76442..ceb67471bd71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,6 @@ pkgbase = ocaml-ppx_bench
url = https://github.com/janestreet/ppx_bench
arch = x86_64
arch = i686
- arch = arm
- arch = armv6h
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 338cd1d9edff..a4735c6075f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver='0.15.0'
pkgrel='3'
epoch='1'
pkgdesc='Syntax extension for writing in-line benchmarks in ocaml code'
-arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"
license=('MIT')
depends=('ocaml>=4.08.0' 'ocaml-ppx_inline_test>=0.15.0' 'ocaml-ppxlib>=0.23.0')