summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-01 23:43:36 +0100
committerDaniel Peukert2023-03-01 23:43:36 +0100
commitbf2630d341fedb72edc662ff4aa4c672456818f6 (patch)
treef9a88542bb29a274bbd8041d1a22dca5b6bf7ecf
parent05395a0ab3ceeae0619e020729157f643fdcab8a (diff)
downloadaur-bf2630d341fedb72edc662ff4aa4c672456818f6.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 8dd96b84b2d2..394f11f1bd28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,6 @@ pkgbase = ocaml-ppx_cold
url = https://github.com/janestreet/ppx_cold
arch = x86_64
arch = i686
- arch = arm
- arch = armv6h
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index f4f4d19c40e7..5b37a90c99d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="ocaml-$_projectname"
pkgver='0.15.0'
pkgrel='3'
pkgdesc='Expands [@Cold] into [@inline never][@specialise never][@Local never]'
-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-ppxlib>=0.23.0')