summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c1c14989f39..38bc085250d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,10 +4,6 @@ pkgbase = ocaml-ocplib-endian
pkgrel = 5
url = https://github.com/OCamlPro/ocplib-endian
arch = x86_64
- arch = i486
- arch = i686
- arch = pentium4
- arch = armv7h
arch = aarch64
license = custom:LGPL2.1 with linking exception
makedepends = cppo
diff --git a/PKGBUILD b/PKGBUILD
index eeedaf73c8f9..a6e95f1f9af8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ pkgname="ocaml-$_projectname"
pkgver='1.2'
pkgrel='5'
pkgdesc='Optimised functions to read and write int16/32/64 from strings, bytes and bigarrays'
-# If you're running on i486, i686, pentium4, armv7h or aarch64, you have to add it to the arch array of the cppo AUR dependency
-arch=('x86_64' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')
+# If you're running on aarch64, you have to add it to the arch array of the cppo AUR dependency
+arch=('x86_64' 'aarch64')
url="https://github.com/OCamlPro/$_projectname"
license=('custom:LGPL2.1 with linking exception')
depends=('ocaml>=4.03.0')