summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-23 21:03:47 +0200
committerDaniel Peukert2023-05-23 21:03:47 +0200
commit63f0ee2725f9367473939c01d53d3cbb5dc40b19 (patch)
tree1000b49552ff593cc7f02b12278e2c689f197815
parentf948d372a22e7b4b36b2e7acdd2c33dc9cf7d527 (diff)
downloadaur-63f0ee2725f9367473939c01d53d3cbb5dc40b19.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 6153913fb7e6..15fe613fb427 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,9 +5,6 @@ pkgbase = ocaml-lambda-term
url = https://github.com/ocaml-community/lambda-term
install = ocaml-lambda-term.install
arch = x86_64
- arch = i686
- arch = pentium4
- arch = armv7h
arch = aarch64
license = BSD
makedepends = dune>=3.0.0
diff --git a/PKGBUILD b/PKGBUILD
index 5b4ce0669260..6f12351192a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,8 @@ pkgname="ocaml-$_projectname"
pkgver='3.3.1'
pkgrel='3'
pkgdesc='Terminal manipulation library 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-logs' 'ocaml-lwt>=4.2.0' 'ocaml-mew_vi>=0.5.0' 'ocaml-react' 'ocaml-zed>=3.2.0')