summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Gysin2017-09-28 00:11:00 +0300
committerChristoph Gysin2017-09-28 00:11:00 +0300
commitd5b1a075ad110ee2c23ef20d4f6c8467add450ae (patch)
tree9fdfc55836fb3cb0fa7abe641f915efe47bcfcb9 /PKGBUILD
parente16f2ceaa9b2d92c8b47caa38f79cdcba61eb040 (diff)
downloadaur-d5b1a075ad110ee2c23ef20d4f6c8467add450ae.tar.gz
fix openssl dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c7f26b8361b2..ec16c452816f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=openssh-gssapi
_pkgname=openssh
pkgver=7.5p1
-pkgrel=2
+pkgrel=3
pkgdesc='Free version of the SSH connectivity tools'
url='https://www.openssh.com/portable.html'
license=('custom:BSD')
@@ -15,7 +15,7 @@ arch=('i686' 'x86_64')
makedepends=('linux-headers')
conflicts=(${_pkgname})
provides=(${_pkgname})
-depends=('krb5' 'openssl-1.0' 'libedit' 'ldns')
+depends=('krb5' 'openssl' 'libedit' 'ldns')
optdepends=('xorg-xauth: X11 forwarding'
'x11-ssh-askpass: input passphrase in X')
validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')