summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-01 23:45:12 +0100
committerDaniel Peukert2023-03-01 23:45:12 +0100
commita2dc9e6bfec1fee4b85a1d16fc242df48d97f82e (patch)
tree00527b4ae71a52aad66c0fd549f1de25df79eb9b
parenta5abf93fe5ea8701f38f86fdfbb667eda39748dc (diff)
downloadaur-a2dc9e6bfec1fee4b85a1d16fc242df48d97f82e.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 0a400a4ff24f..79f8c5002b7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,6 @@ pkgbase = ocaml-ppx_here
url = https://github.com/janestreet/ppx_here
arch = x86_64
arch = i686
- arch = arm
- arch = armv6h
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 0abea1d4cf00..2c5fdeaae9f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver='0.15.0'
pkgrel='3'
epoch='1'
pkgdesc='Expands [%here] into its location'
-arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"
license=('MIT')
depends=('ocaml>=4.08.0' 'ocaml-base>=0.15.0' 'ocaml-ppxlib>=0.23.0')