diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-01 11:51:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:13 +0000 |
commit | e606037284fd2976c01dda2ff0f98da65e034f3c (patch) | |
tree | d97f8252f529bac2b109b81036e6c4dcfd4e39b1 /community/duo_unix/APKBUILD | |
parent | a8a6910ff300618d5d6bfa33d3b8a195cfb60e62 (diff) | |
download | aports-e606037284fd2976c01dda2ff0f98da65e034f3c.tar.bz2 aports-e606037284fd2976c01dda2ff0f98da65e034f3c.tar.xz |
community/duo_unix: rebuild against openssl 1.1
Diffstat (limited to 'community/duo_unix/APKBUILD')
-rw-r--r-- | community/duo_unix/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/duo_unix/APKBUILD b/community/duo_unix/APKBUILD index a4f30af557..e9998fcb06 100644 --- a/community/duo_unix/APKBUILD +++ b/community/duo_unix/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Paul Morgan <jumanjiman@gmail.com> pkgname=duo_unix pkgver=1.10.5 -pkgrel=0 +pkgrel=1 pkgdesc="duosecurity.com two-factor authentication" url="https://duo.com/support/documentation/duounix" arch="all" license="GPL-2.0-only" depends="" -depends_dev="libressl-dev zlib-dev" +depends_dev="openssl-dev zlib-dev" makedepends="$depends_dev automake autoconf libtool" options="suid" subpackages="$pkgname-dev $pkgname-doc" |