summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-23 21:05:15 +0200
committerDaniel Peukert2023-05-23 21:05:15 +0200
commit59a5c03dc836074c2b87ddad6de305c0a1ed6f08 (patch)
tree924baea89366a5114aa3957287f7abd5fff90bc3
parente91a28aaf5079709f628f78b6e3c9e82c94c80d3 (diff)
downloadaur-59a5c03dc836074c2b87ddad6de305c0a1ed6f08.tar.gz
Remove unsupported archs from ocaml packages
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 211370416870..7b97e0f09c94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,9 +4,6 @@ pkgbase = ocaml-sedlex
pkgrel = 3
url = https://github.com/ocaml-community/sedlex
arch = x86_64
- arch = i686
- arch = pentium4
- arch = armv7h
arch = aarch64
license = MIT
checkdepends = ocaml-ppx_expect
diff --git a/PKGBUILD b/PKGBUILD
index 3b56d18d49af..eedc061b0f0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ pkgname="ocaml-$_projectname"
pkgver='3.1'
pkgrel='3'
pkgdesc='Unicode-friendly OCaml lexer generator'
-# If you're running on i686, pentium4, armv7h or aarch64, you have to add it to the arch array of the ocaml-biniou, ocaml-easy-format and ocaml-yojson AUR dependencies
-arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')
+# If you're running on aarch64, you have to add it to the arch array of the ocaml-biniou, ocaml-easy-format and ocaml-yojson AUR dependencies
+arch=('x86_64' 'aarch64')
url="https://github.com/ocaml-community/$_projectname"
license=('MIT')
depends=('ocaml>=4.14.0' 'ocaml-gen' 'ocaml-ppxlib>=0.26.0')