summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-23 21:04:43 +0200
committerDaniel Peukert2023-05-23 21:04:43 +0200
commit460089729370bb7c11339d77b3feed014b53935e (patch)
tree7a1e73e8f6b6f2027ed0f235eacb45836c1d75bd
parent58b662c873282e5cf05d1c7bb200855a4c58fff2 (diff)
downloadaur-460089729370bb7c11339d77b3feed014b53935e.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 954e55296201..b8dbea6ebc8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,9 +5,6 @@ pkgbase = ocaml-ppx_deriving
epoch = 1
url = https://github.com/ocaml-ppx/ppx_deriving
arch = x86_64
- arch = i686
- arch = pentium4
- arch = armv7h
arch = aarch64
license = MIT
checkdepends = ocaml-ounit
diff --git a/PKGBUILD b/PKGBUILD
index a2080006bfdc..55a28b1d37ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgver='5.2.1'
pkgrel='5'
epoch='1'
pkgdesc='Type-driven code generation for OCaml'
-# If you're running on i686, pentium4, armv7h or aarch64, you have to add it to the arch array of the cppo, 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 cppo, ocaml-biniou, ocaml-easy-format and ocaml-yojson AUR dependencies
+arch=('x86_64' 'aarch64')
url="https://github.com/ocaml-ppx/$_projectname"
license=('MIT')
depends=('ocaml>=4.05.0' 'ocaml-findlib' 'ocaml-ppx_derivers' 'ocaml-ppxlib>=0.20.0' 'ocaml-result')