summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-01 23:41:51 +0100
committerDaniel Peukert2023-03-01 23:41:51 +0100
commit8d2445a82c01b8ce2f1fe065049ef4311795d5a1 (patch)
tree4dc52838109946247933d5bf8bbbe4e6e7b70fd8
parent9bbaedb95552a91ee07de1d765308586acf16ea7 (diff)
downloadaur-8d2445a82c01b8ce2f1fe065049ef4311795d5a1.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 56d32a497224..6b7fe0565de5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,6 @@ pkgbase = ocaml-luv
url = https://github.com/aantron/luv
arch = x86_64
arch = i686
- arch = arm
- arch = armv6h
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 09c628d25433..b149c3087db8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="ocaml-$_projectname"
pkgver='0.5.11'
pkgrel='5'
pkgdesc='Cross-platform asynchronous I/O and system calls'
-arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/aantron/$_projectname"
license=('MIT')
depends=('libuv' 'ocaml>=4.02.0' 'ocaml-compiler-libs' 'ocaml-ctypes>=0.14.0' 'ocaml-result' 'ocaml-stdlib-shims')