summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-23 21:04:03 +0200
committerDaniel Peukert2023-05-23 21:04:03 +0200
commit76f2a6dbcc31143132340e64ada5cb1435c3f507 (patch)
tree304d73391530629c170a46c83877209d90c8c553
parentcd1f2adc9f0a48c3882355aa3c1343ca6de0d87a (diff)
downloadaur-76f2a6dbcc31143132340e64ada5cb1435c3f507.tar.gz
Remove unsupported archs from ocaml packages
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf4e93a65817..82f7cccc9793 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,9 +4,6 @@ pkgbase = ocaml-lwt
pkgrel = 3
url = https://github.com/ocsigen/lwt
arch = x86_64
- arch = i686
- arch = pentium4
- arch = armv7h
arch = aarch64
license = MIT
checkdepends = ocaml-ppx_let
diff --git a/PKGBUILD b/PKGBUILD
index 73935b3a6cd1..8a71eaca62b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ pkgname="ocaml-$_projectname"
pkgver='5.6.1'
pkgrel='3'
pkgdesc='A library for cooperative threads in 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
-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-easy-format and ocaml-yojson AUR dependencies
+arch=('x86_64' 'aarch64')
url="https://github.com/ocsigen/$_projectname"
license=('MIT')
depends=('libev' 'dune>=1.8.0' 'ocaml>=4.08.0' 'ocaml-luv' 'ocaml-ocplib-endian' 'ocaml-ppxlib>=0.16.0' 'ocaml-react>=1.0.0')