summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')