summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBjörn Wiedenmann2015-12-07 17:49:53 +0100
committerBjörn Wiedenmann2015-12-07 18:20:53 +0100
commitfb8cca902f005df2663f7c849ec0791198fbc6a0 (patch)
tree0f13f6ca22a7df4c7538c57b9d6d125dbee7e413 /PKGBUILD
parent0605e01bd6e1a0cb9490566b17a7b3c047acb444 (diff)
downloadaur-fb8cca902f005df2663f7c849ec0791198fbc6a0.tar.gz
Updated package dependencies after namcap run
1. PAM was added as a hard dependency 2. openbsd-netcat was removed, as the package built just fine without ANY netcat version installed. Let me know if I am wrong after all. 3. GDB was removed as the PKGBUILD does not use a check() function
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99ce1bd81a2a..2c53fc4f3d6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,16 +38,15 @@
pkgname=openssh-hpn-git
pkgver=7.1.P1.r27.g764931d
-pkgrel=2
+pkgrel=3
pkgdesc='A Secure SHell server/client fork with High Performance patches included'
url='http://www.psc.edu/networking/projects/hpn-ssh/'
license=('custom:BSD')
arch=('i686' 'x86_64')
-depends=('krb5' 'openssl' 'libedit' 'ldns')
-makedepends=('git' 'linux-headers' 'openbsd-netcat')
+depends=('krb5' 'ldns' 'libedit' 'openssl' 'pam')
+makedepends=('git' 'linux-headers')
optdepends=('xorg-xauth: X11 forwarding'
'x11-ssh-askpass: input passphrase in X')
-checkdepends=('gdb')
provides=('openssh'
'openssh-hpn')
conflicts=('openssh'