diff options
author | J0WI <J0WI@users.noreply.github.com> | 2018-11-15 00:45:42 +0100 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-01-05 21:39:58 +0200 |
commit | 02b3532c41e9c4c105baed5a077613f08746d8f2 (patch) | |
tree | db4c374549eab1bc0e023e41cab6887c37e1f91a /community/outils | |
parent | e3c0d8fb23f3246569c2116e3080305a7ce2f51e (diff) | |
download | aports-02b3532c41e9c4c105baed5a077613f08746d8f2.tar.bz2 aports-02b3532c41e9c4c105baed5a077613f08746d8f2.tar.xz |
community/outils: rebuild against openssl
Diffstat (limited to 'community/outils')
-rw-r--r-- | community/outils/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/outils/APKBUILD b/community/outils/APKBUILD index 0f2a950496..8cbfa58851 100644 --- a/community/outils/APKBUILD +++ b/community/outils/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> pkgname=outils pkgver=0.8 -pkgrel=0 +pkgrel=1 pkgdesc="Port of some non-standard OpenBSD tools to Linux" url="https://github.com/chneukirchen/outils" arch="all" license="BSD-3-Clause ISC" depends="" depends_dev="" -makedepends="libressl-dev linux-headers" +makedepends="openssl-dev linux-headers" install="" options="!check" # upstream doesn't have a test suite subpackages="$pkgname-doc |