summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-01 23:48:28 +0100
committerDaniel Peukert2023-03-01 23:48:28 +0100
commitfc3db1bbbe7a8cde90f16741e63fdd624c79df6b (patch)
tree24030f6633ee59a0f5f0aff9582e0bdd38aa930b
parent3a948c39bc28af488303c57fb48af50e3c9b2338 (diff)
downloadaur-fc3db1bbbe7a8cde90f16741e63fdd624c79df6b.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 91f31e47310b..a41bf94c8f5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,6 @@ pkgbase = ocaml-sexplib
url = https://github.com/janestreet/sexplib
arch = x86_64
arch = i686
- arch = arm
- arch = armv6h
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index e228511f05a2..29bd6c2b8940 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver='0.15.1'
pkgrel='2'
epoch='1'
pkgdesc='Library for serializing OCaml values to and from S-expressions'
-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-num' 'ocaml-parsexp>=0.15.0' 'ocaml-sexplib0>=0.15.0')