summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-23 21:05:23 +0200
committerDaniel Peukert2023-05-23 21:05:23 +0200
commit1d400d97d337499ad2fc559f410173344b73191d (patch)
tree4e98c4b89e42ae0c9bceece1be6177bcd14e14ee
parent0b7e665a6b0d7ccaf6cee5c1bdc4b0bef68e98c8 (diff)
downloadaur-1d400d97d337499ad2fc559f410173344b73191d.tar.gz
Remove unsupported archs from ocaml packages
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8661b2e10645..1baa7d755b97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,9 +4,6 @@ pkgbase = ocaml-utop
pkgrel = 2
url = https://github.com/ocaml-community/utop
arch = x86_64
- arch = i686
- arch = pentium4
- arch = armv7h
arch = aarch64
license = BSD
makedepends = cppo>=1.1.2
diff --git a/PKGBUILD b/PKGBUILD
index c826369ebbb2..4f2a1076bd93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,8 @@ pkgname="ocaml-$_projectname"
pkgver='2.12.1'
pkgrel='2'
pkgdesc='Universal toplevel for OCaml'
-# If you're running on i686, pentium4, armv7h or aarch64, you have to add it to the arch array of the cppo, ocaml-biniou, ocaml-easy-format and ocaml-yojson AUR dependencies
-# If you're running on pentium4, armv7h or aarch64, you have to add it to the arch array of the ocaml-cmdliner, ocaml-uchar and ocaml-uutf AUR dependencies
-arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')
+# If you're running on aarch64, you have to add it to the arch array of the cppo, ocaml-biniou, ocaml-cmdliner, ocaml-easy-format, ocaml-uchar, ocaml-uutf and ocaml-yojson AUR dependencies
+arch=('x86_64' 'aarch64')
url="https://github.com/ocaml-community/$_projectname"
license=('BSD')
depends=('ocaml>=4.08.0' 'ocaml-findlib>=1.7.2' 'ocaml-lambda-term>=3.1.0' 'ocaml-logs' 'ocaml-lwt' 'ocaml-react>=1.0.0' 'ocaml-zed>=3.2.0')