diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-07 13:03:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 12:04:37 +0000 |
commit | 5b14413b185b5666227577a7fb9696aa7a8676bc (patch) | |
tree | fc86063afd336526720eb7b331d7e675a86c8783 /community | |
parent | f3131a3f6984ab88ada5e1a2bb04a104cf44ced3 (diff) | |
download | aports-5b14413b185b5666227577a7fb9696aa7a8676bc.tar.bz2 aports-5b14413b185b5666227577a7fb9696aa7a8676bc.tar.xz |
community/duo_unix: rebuild against libressl
Diffstat (limited to 'community')
-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 f2feb40bdb..a671179f1a 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.9.19 -pkgrel=1 +pkgrel=2 pkgdesc="duosecurity.com two-factor authentication" url="https://duo.com/support/documentation/duounix" arch="all" license="GPL2" depends="" -depends_dev="openssl-dev zlib-dev" +depends_dev="libressl-dev zlib-dev" makedepends="$depends_dev" install="" options="suid" |