summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-01 23:38:22 +0100
committerDaniel Peukert2023-03-01 23:38:22 +0100
commit39d9f539b0f003837bcdf4d3befce41570832317 (patch)
tree03c84a7abc81bd05fae42ba2300a88cae6bb7609
parent895200f3ee4d21bdf48aefba56e3a5ee108dabaa (diff)
downloadaur-39d9f539b0f003837bcdf4d3befce41570832317.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 85f7b30b7c97..d5527d4d2c2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,6 @@ pkgbase = bitw-git
url = https://github.com/mvdan/bitw
arch = x86_64
arch = i686
- arch = arm
- arch = armv6h
arch = armv7h
arch = aarch64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index fad83e0b5387..2a9a0abdcf38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="$_pkgname-git"
pkgver='r86.g9da6ca0'
pkgrel='1'
pkgdesc='Minimalist BitWarden client with Secret Service API implementation - git version'
-arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/mvdan/$_pkgname"
license=('BSD')
makedepends=('git' 'go>=1.18')