summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06d19743344d..f269055e2ef0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
# Generated by mksrcinfo v8
-# Wed May 25 16:39:39 UTC 2016
+# Thu May 26 19:17:55 UTC 2016
pkgbase = openssh-hpn-git
pkgdesc = A Secure SHell server/client fork with High Performance patches included
pkgver = 7.2.P2.r40.g6c21335
- pkgrel = 1
+ pkgrel = 2
url = http://www.psc.edu/networking/projects/hpn-ssh/
install = openssh-hpn-git.install
arch = i686
arch = x86_64
license = custom:BSD
makedepends = git
- makedepends = linux-headers
depends = krb5
depends = ldns
depends = libedit
diff --git a/PKGBUILD b/PKGBUILD
index 170b45203468..f86cb2c2225c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,13 +38,13 @@
pkgname=openssh-hpn-git
pkgver=7.2.P2.r40.g6c21335
-pkgrel=1
+pkgrel=2
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' 'ldns' 'libedit' 'openssl' 'pam')
-makedepends=('git' 'linux-headers')
+makedepends=('git')
optdepends=('xorg-xauth: X11 forwarding'
'x11-ssh-askpass: input passphrase in X')
provides=('openssh'