diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-05 09:52:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 12:04:14 +0000 |
commit | 33d58ae886187dd4dc4b5626d925af70344c388b (patch) | |
tree | f8d8ff9e68eaa57671a6147d6829c4924c25afe2 /main/libssh/APKBUILD | |
parent | 9800a4ef3e2111ed50127a40d3555d306977e3e4 (diff) | |
download | aports-33d58ae886187dd4dc4b5626d925af70344c388b.tar.bz2 aports-33d58ae886187dd4dc4b5626d925af70344c388b.tar.xz |
main/libssh: rebuild against libressl
Diffstat (limited to 'main/libssh/APKBUILD')
-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 f9845f6512..ba03c0ce74 100644 --- a/main/libssh/APKBUILD +++ b/main/libssh/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libssh pkgver=0.7.3 -pkgrel=0 +pkgrel=1 pkgdesc="Library for accessing ssh client services through C libraries" url="http://www.libssh.org/" arch="all" license="LGPL" depends= -makedepends="openssl-dev cmake doxygen" +makedepends="zlib-dev libressl-dev cmake doxygen" subpackages="$pkgname-dev" source="https://red.libssh.org/attachments/download/195/libssh-$pkgver.tar.xz fix-includes.patch |