diff options
-rw-r--r-- | main/libssh/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libssh/APKBUILD b/main/libssh/APKBUILD index 2f3c9ff083..504837ec62 100644 --- a/main/libssh/APKBUILD +++ b/main/libssh/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libssh pkgver=0.7.6 -pkgrel=0 +pkgrel=1 pkgdesc="Library for accessing ssh client services through C libraries" url="http://www.libssh.org/" arch="all" license="LGPL" -makedepends="zlib-dev libressl-dev cmake doxygen" +makedepends="zlib-dev openssl-dev cmake doxygen" subpackages="$pkgname-dev" options="!check" source="https://www.libssh.org/files/0.7/libssh-$pkgver.tar.xz |