summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-30 14:01:02 +0200
committerDaniel Peukert2023-05-30 14:01:02 +0200
commit251ce90ff745fac18df5162926933245f4d5a29e (patch)
tree96b59b13e534066c5a132bf3d57c6305790d5109
parentc161e41127388dfd0ac7fdef3f7490f7a1534b5a (diff)
downloadaur-251ce90ff745fac18df5162926933245f4d5a29e.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 230949c38ca3..d1b0d72255f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,10 +4,6 @@ pkgbase = ocaml-uucd
pkgrel = 3
url = https://erratique.ch/software/uucd
arch = x86_64
- arch = i486
- arch = i686
- arch = pentium4
- arch = armv7h
arch = aarch64
license = ISC
makedepends = ocamlbuild
diff --git a/PKGBUILD b/PKGBUILD
index 98eb3e7294ce..bef643602233 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="ocaml-$_projectname"
pkgver='15.0.0'
pkgrel='3'
pkgdesc='Unicode character database decoder for OCaml'
-arch=('x86_64' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')
+arch=('x86_64' 'aarch64')
url="https://erratique.ch/software/$_projectname"
license=('ISC')
depends=('ocaml>=4.01.0' 'ocaml-xmlm')