summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-01 23:48:37 +0100
committerDaniel Peukert2023-03-01 23:48:37 +0100
commit82d92116defebbb8416b2e67523306961601d081 (patch)
treef1d927552a87e9c0fd6045ba0df73925595ab03f
parent967b2e517fb17ecbbb8853b0aba9e897a8379688 (diff)
downloadaur-82d92116defebbb8416b2e67523306961601d081.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 da2a06050ea3..778106b59429 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,6 @@ pkgbase = ocaml-splittable_random
url = https://github.com/janestreet/splittable_random
arch = x86_64
arch = i686
- arch = arm
- arch = armv6h
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 64ed8f811921..1a1b55ecedb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname="ocaml-$_projectname"
pkgver='0.15.0'
pkgrel='3'
pkgdesc='PRNG that can be split into independent streams'
-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-base>=0.15.0' 'ocaml-ppx_assert>=0.15.0' 'ocaml-ppx_bench>=0.15.0' 'ocaml-ppx_inline_test>=0.15.0' 'ocaml-ppx_sexp_message>=0.15.0')