summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-01 23:44:03 +0100
committerDaniel Peukert2023-03-01 23:44:03 +0100
commit122524e2ca95afd385bc6dad78d299eb2e542447 (patch)
treeb097d53b5f0f2632da66cb434ac305866e23bbbc
parent089ccde200865354f1f4258d81318924ae1d6835 (diff)
downloadaur-122524e2ca95afd385bc6dad78d299eb2e542447.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 9bb879caded1..6dcd34364402 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,6 @@ pkgbase = ocaml-ppx_deriving
url = https://github.com/ocaml-ppx/ppx_deriving
arch = x86_64
arch = i686
- arch = arm
- arch = armv6h
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index b5f5def80f23..5205f9a02f05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver='5.2.1'
pkgrel='4'
epoch='1'
pkgdesc='Type-driven code generation for OCaml'
-arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/ocaml-ppx/$_projectname"
license=('MIT')
depends=('ocaml>=4.05.0' 'ocaml-findlib' 'ocaml-ppx_derivers' 'ocaml-ppxlib>=0.20.0' 'ocaml-result')