summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-23 21:04:19 +0200
committerDaniel Peukert2023-05-23 21:04:19 +0200
commit2529bb18af130f2250202c24a9f67a59443addfb (patch)
tree9e20e73ea49043d6ad96f94da49dfd484b3c8112
parenta0af222cc8252338229f7c1ec48f98df59624743 (diff)
downloadaur-2529bb18af130f2250202c24a9f67a59443addfb.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 3e6e3d25b3a5..eb81014852ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,10 +4,6 @@ pkgbase = ocaml-mew
pkgrel = 7
url = https://github.com/kandu/mew
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 5982fa41f837..b492b4349d74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="ocaml-$_projectname"
pkgver='0.1.0'
pkgrel='7'
pkgdesc='A general 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-result' 'ocaml-trie')