summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-23 21:03:24 +0200
committerDaniel Peukert2023-05-23 21:03:24 +0200
commit25030c951765ae87f1b588204c96d40f05e02de0 (patch)
tree772707c0d851088e15805db02054fa8d77b0b3c9 /PKGBUILD
parent8212ff8162c4917dc75c4c2e059afd91592656e7 (diff)
downloadaur-25030c951765ae87f1b588204c96d40f05e02de0.tar.gz
Remove unsupported archs from ocaml packages
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c22cb07fc5f9..ebc001c933aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="ocaml-$_projectname"
pkgver='0.3.3'
pkgrel='2'
pkgdesc='double-to-ascii ocaml implementation'
-arch=('x86_64' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')
+arch=('x86_64' 'aarch64')
url="https://github.com/flow/$pkgname"
license=('MIT')
depends=('ocaml>=4.01.0')