summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-23 21:03:24 +0200
committerDaniel Peukert2023-05-23 21:03:24 +0200
commit25030c951765ae87f1b588204c96d40f05e02de0 (patch)
tree772707c0d851088e15805db02054fa8d77b0b3c9
parent8212ff8162c4917dc75c4c2e059afd91592656e7 (diff)
downloadaur-25030c951765ae87f1b588204c96d40f05e02de0.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 1a07b79c3487..c4834227c9c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,10 +4,6 @@ pkgbase = ocaml-dtoa
pkgrel = 2
url = https://github.com/flow/ocaml-dtoa
arch = x86_64
- arch = i486
- arch = i686
- arch = pentium4
- arch = armv7h
arch = aarch64
license = MIT
checkdepends = ocaml-ounit>=2.0.0
diff --git a/PKGBUILD b/PKGBUILD
index c22cb07fc5f9..ebc001c933aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')