diff options
author | Daniel Peukert | 2023-05-23 21:03:24 +0200 |
---|---|---|
committer | Daniel Peukert | 2023-05-23 21:03:24 +0200 |
commit | 25030c951765ae87f1b588204c96d40f05e02de0 (patch) | |
tree | 772707c0d851088e15805db02054fa8d77b0b3c9 /PKGBUILD | |
parent | 8212ff8162c4917dc75c4c2e059afd91592656e7 (diff) | |
download | aur-25030c951765ae87f1b588204c96d40f05e02de0.tar.gz |
Remove unsupported archs from ocaml packages
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |