summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNoah Vogt2023-08-16 18:44:15 +0200
committerNoah Vogt2023-08-16 18:44:15 +0200
commit32e469a339c4a7333e1669b4a8eb21db6978d8fe (patch)
tree8af941432de3b3c14822673e16e5369595f8be9a /PKGBUILD
parent58ecc608476c85229de0ec0180fd1abd7dae99da (diff)
downloadaur-32e469a339c4a7333e1669b4a8eb21db6978d8fe.tar.gz
uppkg -> 9.4p1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD30
1 files changed, 23 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 105c74ef6283..e5ccdc38182e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,35 @@
# Maintainer: Noah Vogt (noahvogt) <noah@noahvogt.com>
pkgname=openssh-dotconfig-bin
-pkgver=9.3p1
+pkgver=9.4p1
pkgrel=1
pkgdesc="NetworkManager VPN plugin for OpenVPN - with Support for the XDG Base Directory Specification (binary version)"
pkgdesc='Premier connectivity tool for remote login with the SSH protocol - but moved $HOME/.ssh to $HOME/.config/ssh (binary version)'
url='https://www.openssh.com/portable.html'
license=('custom:BSD')
arch=(x86_64)
-depends=(libnm libsecret openvpn)
-depends=('glibc' 'krb5' 'openssl' 'libedit' 'ldns' 'libxcrypt' 'libcrypt.so' 'zlib' 'pam')
-optdepends=('xorg-xauth: X11 forwarding'
- 'x11-ssh-askpass: input passphrase in X'
- 'libfido2: FIDO/U2F support')
+depends=(
+ glibc
+ krb5 libkrb5.so libgssapi_krb5.so
+ ldns
+ libedit
+ libxcrypt libcrypt.so
+ openssl
+ pam libpam.so
+ zlib
+)
+optdepends=(
+ 'libfido2: FIDO/U2F support'
+ 'sh: for ssh-copy-id and findssl.sh'
+ 'x11-ssh-askpass: input passphrase in X'
+ 'xorg-xauth: X11 forwarding'
+)
+backup=(
+ etc/pam.d/sshd
+ etc/ssh/ssh_config
+ etc/ssh/sshd_config
+)
source=("https://github.com/noahvogt/${pkgname%-*}-aur/releases/download/$pkgver-$pkgrel/${pkgname%-*}-$pkgver-$pkgrel-$arch.pkg.tar.zst")
-sha256sums=('41f2673e121b7dadd3674db657c7142abadf6d8274402c336cac2d3ee2ac83d2')
+sha256sums=('3824749ab707abc05ec60757727c4fa181593cbe3614ef1b1145d43575b434b7')
provides=('openssh')
conflicts=('openssh')