summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-01 23:40:24 +0100
committerDaniel Peukert2023-03-01 23:40:24 +0100
commit11401793516c6db2edb05cc3cbfcd35a8f0427d5 (patch)
tree286256a6f7b7c2fc9d7dc8de264a0a2bde811ce6
parentff5b8e165f04250e55c20da1b42d68152803126a (diff)
downloadaur-11401793516c6db2edb05cc3cbfcd35a8f0427d5.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 7991160b8772..cb23c67bbe65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,6 @@ pkgbase = ocaml-dtoa
url = https://github.com/flow/ocaml-dtoa
arch = x86_64
arch = i686
- arch = arm
- arch = armv6h
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 9a1c255118f8..42ca6c84aae2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="ocaml-$_projectname"
pkgver='0.3.3'
pkgrel='1'
pkgdesc='double-to-ascii ocaml implementation'
-arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/flow/$pkgname"
license=('MIT')
depends=('ocaml>=4.01.0')