summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBjörn Wiedenmann2016-05-26 21:19:05 +0200
committerBjörn Wiedenmann2016-05-26 21:19:05 +0200
commit472366dbcf9927e6fc7cb66e930cb84e9a328c6e (patch)
treee2f72018bd9363a9c1a64d6d0f96f5e42256134a /PKGBUILD
parentb1eb0d77282084686e5e068bdeb2d546ce7e01ca (diff)
downloadaur-472366dbcf9927e6fc7cb66e930cb84e9a328c6e.tar.gz
Removed linux-headers dep
Seems to depend on "linux-api-headers", rather than "linux-headers". The former is installed as a dep to glibc (a base group package) and as such not explicitly listed as a make dep for now.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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'