summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-01 23:47:37 +0100
committerDaniel Peukert2023-03-01 23:47:37 +0100
commit16f9e3bc267714f00393c7259199db12f4ae56d0 (patch)
treed32adf196e81fee033d6a2df829e06de75013ba1
parent49afa78f3f01d1e20bcdf5cb47b89b8c0eae1be2 (diff)
downloadaur-16f9e3bc267714f00393c7259199db12f4ae56d0.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 2e51291b174e..03053bd6e5b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,6 @@ pkgbase = ocaml-ppx_typerep_conv
url = https://github.com/janestreet/ppx_typerep_conv
arch = x86_64
arch = i686
- arch = arm
- arch = armv6h
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 316d1389501e..4ce830ab7933 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver='0.15.0'
pkgrel='3'
epoch='1'
pkgdesc='Generation of runtime types from type declarations'
-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-typerep>=0.15.0' 'ocaml-ppxlib>=0.23.0')