From 1bdae55f6e1ea47b848f82505fc5cf31cfb66726 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Mon, 7 Sep 2020 13:47:47 +0200 Subject: [PATCH] fix(cs-dev-sshkeys): specify architecture --- cs-dev-sshkeys/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cs-dev-sshkeys/PKGBUILD b/cs-dev-sshkeys/PKGBUILD index 43e5e30..cad1a3a 100644 --- a/cs-dev-sshkeys/PKGBUILD +++ b/cs-dev-sshkeys/PKGBUILD @@ -4,7 +4,7 @@ pkgname=cs-dev-sshkeys pkgver=0.2.0 pkgrel=0 pkgdesc='Register development ssh keys in /root/.ssh/authorized_keys' -arch=('any') +arch=('x86_64' 'armv7h') url=https://git.cryptic.systems/volker.raschek/set-sshkeys license=('Apache 2.0') depends=('openssh')