Date: Saturday, May 30, 2020 @ 18:33:52 Author: bisson Revision: 387920
fix FS#66840 Modified: openssh/trunk/PKGBUILD ----------+ PKGBUILD | 1 + 1 file changed, 1 insertion(+) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-30 16:48:31 UTC (rev 387919) +++ PKGBUILD 2020-05-30 18:33:52 UTC (rev 387920) @@ -9,6 +9,7 @@ url='https://www.openssh.com/portable.html' license=('custom:BSD') arch=('x86_64') +checkdepends=('inetutils') makedepends=('linux-headers' 'libfido2') depends=('krb5' 'openssl' 'libedit' 'ldns') optdepends=('xorg-xauth: X11 forwarding'
