summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-30 14:02:00 +0200
committerDaniel Peukert2023-05-30 14:02:00 +0200
commitf631a22cc54448012e459a39c131391fb133d7a7 (patch)
tree8b044e11c46b3ed66eeee266d1714d3b356b6ffc
parentab93a1449fa7afa9733afece5372709c9351c2f6 (diff)
downloadaur-f631a22cc54448012e459a39c131391fb133d7a7.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--PKGBUILD4
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a75181b94de4..571761158534 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,10 +4,6 @@ pkgbase = ocaml-zed
pkgrel = 3
url = https://github.com/ocaml-community/zed
arch = x86_64
- arch = i486
- arch = i686
- arch = pentium4
- arch = armv7h
arch = aarch64
license = BSD
makedepends = dune>=3.0.0
diff --git a/PKGBUILD b/PKGBUILD
index 2fc636f88ad5..9991e1d43c00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgname="ocaml-$_projectname"
pkgver='3.2.1'
pkgrel='3'
pkgdesc='Abstract engine for text edition in OCaml'
-# If you're running on i486, pentium4, armv7h or aarch64, you have to add it to the arch array of the ocaml-cmdliner AUR dependency
-arch=('x86_64' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')
+# If you're running on aarch64, you have to add it to the arch array of the ocaml-cmdliner AUR dependency
+arch=('x86_64' 'aarch64')
url="https://github.com/ocaml-community/$_projectname"
license=('BSD')
depends=('ocaml>=4.02.3' 'ocaml-react' 'ocaml-result' 'ocaml-uchar' 'ocaml-uuseg' 'ocaml-uucp>=2.0.0' 'ocaml-uutf')