summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-01 23:38:40 +0100
committerDaniel Peukert2023-03-01 23:38:40 +0100
commit873611080df07b71acb26e1d8f228021b2f4dcf2 (patch)
treebe1e5fc4fec7b95cde834f5149a4fc5da38041c1 /PKGBUILD
parentace8c9a91ffe8b282250ae483a9e1224c82b6fa1 (diff)
downloadaur-873611080df07b71acb26e1d8f228021b2f4dcf2.tar.gz
Get rid of ARM v5 and v6, as no Arch-based distro supports them
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')