summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-23 21:04:35 +0200
committerDaniel Peukert2023-05-23 21:04:35 +0200
commitf26464203b3205509891af1b3f97effa4a116ab2 (patch)
tree367b80c4ee0d4765f2b7e7261cc45253c8097b46 /PKGBUILD
parent289b4bab45bd198cbe198afceb4706a263ce4405 (diff)
downloadaur-f26464203b3205509891af1b3f97effa4a116ab2.tar.gz
Remove unsupported archs from ocaml packages
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c68cce50c389..56a7b16aff16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ pkgname="ocaml-$_projectname"
pkgver='2.2.7'
pkgrel='2'
pkgdesc='Unit testing framework 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
-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/gildor478/$_projectname"
license=('MIT')
depends=('ocaml>=4.04.0' 'ocaml-lwt>=2.5.2' 'ocaml-seq' 'ocaml-stdlib-shims')