summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-01 23:38:40 +0100
committerDaniel Peukert2023-03-01 23:38:40 +0100
commit873611080df07b71acb26e1d8f228021b2f4dcf2 (patch)
treebe1e5fc4fec7b95cde834f5149a4fc5da38041c1
parentace8c9a91ffe8b282250ae483a9e1224c82b6fa1 (diff)
downloadaur-873611080df07b71acb26e1d8f228021b2f4dcf2.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 6307491c71c8..8dd8f946fbf4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,6 @@ pkgbase = certspotter-git
install = certspotter.install
arch = x86_64
arch = i686
- arch = arm
- arch = armv6h
arch = armv7h
arch = aarch64
license = MPL2
diff --git a/PKGBUILD b/PKGBUILD
index fab7e29b083b..71589644d5d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="$_pkgname-git"
pkgver='0.16.0.r0.g4ca81ab'
pkgrel='1'
pkgdesc='Certificate Transparency Log Monitor - git version'
-arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/SSLMate/$_pkgname"
license=('MPL2')
makedepends=('git' 'go>=1.19' 'lowdown')