summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-23 21:04:27 +0200
committerDaniel Peukert2023-05-23 21:04:27 +0200
commit8cbe77f6a1013974a1716cbcbe489b5187dbe628 (patch)
tree5183ea8f7b41e519499238582f9b42e105522b4a
parent5b0755885ac4bfd09b40412d61b038e3d38fdb62 (diff)
downloadaur-8cbe77f6a1013974a1716cbcbe489b5187dbe628.tar.gz
Remove unsupported archs from ocaml packages
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3364e7cadf6a..08a06c9dbbaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,10 +4,6 @@ pkgbase = ocaml-mew_vi
pkgrel = 6
url = https://github.com/kandu/mew_vi
arch = x86_64
- arch = i486
- arch = i686
- arch = pentium4
- arch = armv7h
arch = aarch64
license = MIT
checkdepends = ocaml-ppx_expect
diff --git a/PKGBUILD b/PKGBUILD
index 7f951be98cce..e2844d394dd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="ocaml-$_projectname"
pkgver='0.5.0'
pkgrel='6'
pkgdesc='Vi-like modal editing engine generator'
-arch=('x86_64' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')
+arch=('x86_64' 'aarch64')
url="https://github.com/kandu/$_projectname"
license=('MIT')
depends=('ocaml>=4.02.3' 'ocaml-mew>=0.1.0' 'ocaml-react')