diff options
author | Zach Callear | 2017-12-20 09:23:37 -0700 |
---|---|---|
committer | Zach Callear | 2017-12-20 09:23:37 -0700 |
commit | d8800f5c41914abc6836fcb218ecedd1167819e7 (patch) | |
tree | d02cf91c8676bb5f69b22a45f02182f0077fa66d /.SRCINFO | |
parent | 30ef21d1fee99fd115312c4bb98f99c0b6bb4728 (diff) | |
download | aur-d8800f5c41914abc6836fcb218ecedd1167819e7.tar.gz |
Make openssl-1.0 a normal dependency
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,12 +1,14 @@ +# Generated by mksrcinfo v8 +# Wed Dec 20 16:22:24 UTC 2017 pkgbase = pam_ssh_agent_auth pkgdesc = PAM module which permits authentication for arbitrary services via ssh-agent. pkgver = 0.10.3 - pkgrel = 1 + pkgrel = 2 url = http://pamsshagentauth.sourceforge.net/ arch = i686 arch = x86_64 license = custom:OpenSSL - makedepends = openssl-1.0 + depends = openssl-1.0 optdepends = openssh: standard ssh-agent optdepends = gnupg: gpg ssh-agent source = http://downloads.sourceforge.net/project/pamsshagentauth/pam_ssh_agent_auth/v0.10.3/pam_ssh_agent_auth-0.10.3.tar.bz2 |