summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-23 21:04:59 +0200
committerDaniel Peukert2023-05-23 21:04:59 +0200
commit447c53164810cb3c60911f8db55b2ec84af03e9f (patch)
treec424614baf7e2a728798585607c18580a5c12891
parenteaf4797268622b4efae548ae8205dce3c33f0d65 (diff)
downloadaur-447c53164810cb3c60911f8db55b2ec84af03e9f.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 a84d88c61350..02a6b748feb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,9 +4,6 @@ pkgbase = ocaml-ppxlib
pkgrel = 2
url = https://github.com/ocaml-ppx/ppxlib
arch = x86_64
- arch = i686
- arch = pentium4
- arch = armv7h
arch = aarch64
license = MIT
makedepends = dune>=2.7.0
diff --git a/PKGBUILD b/PKGBUILD
index c92d7eefd097..e7dcb50ad9ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ pkgname="ocaml-$_projectname"
pkgver='0.29.1'
pkgrel='2'
pkgdesc='Standard library for ppx rewriters'
-# 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-ppx/$_projectname"
license=('MIT')
depends=('ocaml>=4.08.0' 'ocaml-base>=0.15.0' 'ocaml-compiler-libs-repackaged>=0.11.0' 'ocaml-ppx_derivers>=1.0.0' 'ocaml-sexplib0>=0.15.0' 'ocaml-stdlib-shims' 'ocaml-yojson')