summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-30 14:00:53 +0200
committerDaniel Peukert2023-05-30 14:00:53 +0200
commit26b4be16bc53d1658a3cb2f0d48f5f6b1a44ff4b (patch)
tree4936643bb7be0c5ec94964fda25da77687267b25
parent45653c7fa7c7ec49298ed375b4573739c4720e16 (diff)
downloadaur-26b4be16bc53d1658a3cb2f0d48f5f6b1a44ff4b.tar.gz
Remove some architectures from ocaml packages, since OCaml 5.0 only supports x86-64 and arm64
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7497e2d4392..7985d881c0f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,10 +4,6 @@ pkgbase = ocaml-uchar
pkgrel = 2
url = https://github.com/ocaml/uchar
arch = x86_64
- arch = i486
- arch = i686
- arch = pentium4
- arch = armv7h
arch = aarch64
license = custom:LGPL2.1 with linking exception
makedepends = ocamlbuild
diff --git a/PKGBUILD b/PKGBUILD
index 989971e64b7f..ad0cbdd96c62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname="ocaml-$_projectname"
pkgver='0.0.2'
pkgrel='2'
pkgdesc="Compatibility library for OCaml's Uchar module"
-arch=('x86_64' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')
+arch=('x86_64' 'aarch64')
url="https://github.com/ocaml/$_projectname"
license=('custom:LGPL2.1 with linking exception')
depends=('ocaml>=3.12.0')