summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-30 14:00:09 +0200
committerDaniel Peukert2023-05-30 14:00:09 +0200
commit43ba5c24d7831b175af1f31194b526b70e27b374 (patch)
tree9089e7d107b5a40e2a78e44a54d3f6eb9615cea2
parent6adf21644fbb611828ffbf368194bb33defd4817 (diff)
downloadaur-ocaml-luv.tar.gz
Remove some architectures from ocaml packages, since OCaml 5.0 only supports x86-64 and arm64
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d40fc2e67bc..36fadb07b5c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,10 +4,6 @@ pkgbase = ocaml-luv
pkgrel = 3
url = https://github.com/aantron/luv
arch = x86_64
- arch = i486
- arch = i686
- arch = pentium4
- arch = armv7h
arch = aarch64
license = MIT
makedepends = dune>=2.0.0
diff --git a/PKGBUILD b/PKGBUILD
index 9c486a47f1f3..6a9b25781f77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="ocaml-$_projectname"
pkgver='0.5.12'
pkgrel='3'
pkgdesc='Cross-platform asynchronous I/O and system calls'
-arch=('x86_64' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')
+arch=('x86_64' 'aarch64')
url="https://github.com/aantron/$_projectname"
license=('MIT')
depends=('libuv' 'ocaml>=4.03.0' 'ocaml-compiler-libs' 'ocaml-ctypes>=0.14.0' 'ocaml-stdlib-shims')