diff options
| author | Jakub Jirutka <jakub@jirutka.cz> | 2019-10-16 22:27:44 +0200 |
|---|---|---|
| committer | Jakub Jirutka <jakub@jirutka.cz> | 2019-10-16 22:28:07 +0200 |
| commit | 9e86179b29dd00cb7803f796e5414a3de79da71d (patch) | |
| tree | ce2937102069ef5b2f90ee9a65c14acbe242b872 /testing | |
| parent | 84c6173dbbdbcd397f8f007c5ba38d7b26645967 (diff) | |
| download | aports-9e86179b29dd00cb7803f796e5414a3de79da71d.tar.bz2 aports-9e86179b29dd00cb7803f796e5414a3de79da71d.tar.xz | |
testing/ssh-getkey-gitlab: fix arch to noarch
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/ssh-getkey-gitlab/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ssh-getkey-gitlab/APKBUILD b/testing/ssh-getkey-gitlab/APKBUILD index ff67f4a583..8edafa5b67 100644 --- a/testing/ssh-getkey-gitlab/APKBUILD +++ b/testing/ssh-getkey-gitlab/APKBUILD @@ -5,7 +5,7 @@ pkgver="0.1.0" pkgrel=0 pkgdesc="A script to be used as AuthorizedKeysCommand in sshd to look up user's public keys in GitLab or GitHub" url="https://github.com/jirutka/ssh-getkey-gitlab" -arch="all" +arch="noarch" license="MIT" depends="ssl_client" options="!check" # no tests provided |
