summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')