summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-23 21:03:31 +0200
committerDaniel Peukert2023-05-23 21:03:31 +0200
commit65a32433d46d8413fa6cb0e659bcd2f10eff2b90 (patch)
tree59a89cb1e8747230fb1a17a51dd8dfa47e336e9e /PKGBUILD
parentc75a964901f3527de724f9dc106dcd571db7c81c (diff)
downloadaur-65a32433d46d8413fa6cb0e659bcd2f10eff2b90.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 db729da48835..cefed5a28447 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname='ocaml-fileutils'
pkgver='0.6.4'
pkgrel='2'
pkgdesc='OCaml API to manipulate real files and filenames'
-arch=('x86_64' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')
+arch=('x86_64' 'aarch64')
url="https://github.com/gildor478/$pkgname"
license=('custom:LGPL2.1 with linking exception')
depends=('ocaml>=4.03.0' 'ocaml-seq' 'ocaml-stdlib-shims')