summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-23 21:05:31 +0200
committerDaniel Peukert2023-05-23 21:05:31 +0200
commit2730a706a42e2d91b6ee037a2bae1f79d6231910 (patch)
tree539dc6258ad79b9012f6542ec4b53e8920f5e6f2
parent60da6d494a030ee6c061f916c42c5c6a0307e13d (diff)
downloadaur-2730a706a42e2d91b6ee037a2bae1f79d6231910.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 b432d9d9a459..b06357794a4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,9 +4,6 @@ pkgbase = ocaml-visitors
pkgrel = 5
url = https://gitlab.inria.fr/fpottier/visitors
arch = x86_64
- arch = i686
- arch = pentium4
- arch = armv7h
arch = aarch64
license = LGPL2.1
makedepends = dune>=2.0.0
diff --git a/PKGBUILD b/PKGBUILD
index b6315df47e3b..8fa4205f2cef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ pkgname="ocaml-$_projectname"
pkgver='20210608'
pkgrel='5'
pkgdesc='An OCaml syntax extension for generating visitor classes'
-# 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://gitlab.inria.fr/fpottier/$_projectname"
license=('LGPL2.1')
depends=('ocaml>=4.05.0' 'ocaml-ppx_deriving>=5.0' 'ocaml-ppxlib>=0.22.0' 'ocaml-result')