summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-23 21:03:31 +0200
committerDaniel Peukert2023-05-23 21:03:31 +0200
commit65a32433d46d8413fa6cb0e659bcd2f10eff2b90 (patch)
tree59a89cb1e8747230fb1a17a51dd8dfa47e336e9e
parentc75a964901f3527de724f9dc106dcd571db7c81c (diff)
downloadaur-65a32433d46d8413fa6cb0e659bcd2f10eff2b90.tar.gz
Remove unsupported archs from ocaml packages
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c54bb3dac3f..9bdb587a9713 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,10 +4,6 @@ pkgbase = ocaml-fileutils
pkgrel = 2
url = https://github.com/gildor478/ocaml-fileutils
arch = x86_64
- arch = i486
- arch = i686
- arch = pentium4
- arch = armv7h
arch = aarch64
license = custom:LGPL2.1 with linking exception
checkdepends = ocaml-ounit>=2.0.0
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')