summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2017-09-28 00:11:00 +0300
committerChristoph Gysin2017-09-28 00:11:00 +0300
commitd5b1a075ad110ee2c23ef20d4f6c8467add450ae (patch)
tree9fdfc55836fb3cb0fa7abe641f915efe47bcfcb9
parente16f2ceaa9b2d92c8b47caa38f79cdcba61eb040 (diff)
downloadaur-d5b1a075ad110ee2c23ef20d4f6c8467add450ae.tar.gz
fix openssl dependency
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index deaa1e6c7941..7b1440eb96ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Sep 27 13:05:00 UTC 2017
+# Wed Sep 27 21:10:46 UTC 2017
pkgbase = openssh-gssapi
pkgdesc = Free version of the SSH connectivity tools
pkgver = 7.5p1
- pkgrel = 2
+ pkgrel = 3
url = https://www.openssh.com/portable.html
arch = i686
arch = x86_64
license = custom:BSD
makedepends = linux-headers
depends = krb5
- depends = openssl-1.0
+ depends = openssl
depends = libedit
depends = ldns
optdepends = xorg-xauth: X11 forwarding
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')