summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-01 23:40:42 +0100
committerDaniel Peukert2023-03-01 23:40:42 +0100
commit881d8f094b7a5f40592d757382f17ec1bcbb3abb (patch)
tree00c5ccc2e1213927c40dbecca5efb6ae986548f1
parent96393e372b118376ca3fdf10a229262102ffb0c7 (diff)
downloadaur-881d8f094b7a5f40592d757382f17ec1bcbb3abb.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 5c19a477017c..900b7143a892 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,6 @@ pkgbase = ocaml-fileutils
url = https://github.com/gildor478/ocaml-fileutils
arch = x86_64
arch = i686
- arch = arm
- arch = armv6h
arch = armv7h
arch = aarch64
license = custom:LGPL2.1 with linking exception
diff --git a/PKGBUILD b/PKGBUILD
index 0367877af1ab..955b83059156 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname='ocaml-fileutils'
pkgver='0.6.4'
pkgrel='1'
pkgdesc='OCaml API to manipulate real files and filenames'
-arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/gildor478/$pkgname"
license=('custom:LGPL2.1 with linking exception')
depends=('ocaml>=4.03.0' 'ocaml-seq' 'ocaml-stdlib-shims')