summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-23 21:03:16 +0200
committerDaniel Peukert2023-05-23 21:03:16 +0200
commit157ec1383e971e0a23975583eb9333d469853be2 (patch)
tree60deb98cbf12dca942d9d6de2b635886eb0d0cee
parentd146ae321ed1fcc9b150ed0d88df927d1a71d7f0 (diff)
downloadaur-157ec1383e971e0a23975583eb9333d469853be2.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 91b16b857d30..b55993ec3314 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,9 +4,6 @@ pkgbase = flow-git
pkgrel = 1
url = https://flow.org
arch = x86_64
- arch = i686
- arch = pentium4
- arch = armv7h
arch = aarch64
license = MIT
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index c6d6d9db1970..574af5531bdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ pkgname="$_pkgname-git"
pkgver='0.206.0.r15984.g30855cad7'
pkgrel='1'
pkgdesc='A static type checker for JavaScript - git version'
-# 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://$_pkgname.org"
license=('MIT')
makedepends=('git' 'ocaml>=4.14.0' 'dune>=3.0.0' 'ocaml-base>=0.14.1' 'ocaml-core_kernel>=0.14.1' 'ocaml-dtoa>=0.3.2' 'ocaml-fileutils>=0.6.3' 'ocaml-inotify>=2.4.1' 'ocaml-lwt>=5.4.0' 'ocaml-lwt_log>=1.1.1' 'ocaml-ppx_deriving' 'ocaml-ppx_gen_rec' 'ocaml-ppx_let>=0.14.0' 'ocaml-ppxlib' 'ocaml-sedlex>=2.3' 'ocaml-visitors' 'ocaml-wtf8')