Date: Tuesday, March 24, 2020 @ 01:51:35 Author: bisson Revision: 378423
remove git as optdepends since we switched back to tarballs Modified: openssh/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-23 23:06:01 UTC (rev 378422) +++ PKGBUILD 2020-03-24 01:51:35 UTC (rev 378423) @@ -9,7 +9,7 @@ url='https://www.openssh.com/portable.html' license=('custom:BSD') arch=('x86_64') -makedepends=('linux-headers' 'git' 'libfido2') +makedepends=('linux-headers' 'libfido2') depends=('krb5' 'openssl' 'libedit' 'ldns') optdepends=('xorg-xauth: X11 forwarding' 'x11-ssh-askpass: input passphrase in X'
