summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-01 23:42:26 +0100
committerDaniel Peukert2023-03-01 23:42:26 +0100
commitc3e52f726912a39e073903053655ff81cdeb9f59 (patch)
tree1c8d7496c9395885a670d3662e313db9ec507e9f
parentcdb2109c79560cb4d3685eced5685a8e6bb1e996 (diff)
downloadaur-c3e52f726912a39e073903053655ff81cdeb9f59.tar.gz
Get rid of ARM v5 and v6, as no Arch-based distro supports them
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2071741dedf..5ed7eb685102 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,6 @@ pkgbase = ocaml-mew_vi
url = https://github.com/kandu/mew_vi
arch = x86_64
arch = i686
- arch = arm
- arch = armv6h
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index ba77ae432b3f..f847a989f4ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="ocaml-$_projectname"
pkgver='0.5.0'
pkgrel='5'
pkgdesc='Vi-like modal editing engine generator'
-arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/kandu/$_projectname"
license=('MIT')
depends=('ocaml>=4.02.3' 'ocaml-mew>=0.1.0' 'ocaml-react')