diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-08-15 18:26:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-08-15 18:29:06 +0000 |
commit | 2ee6c8bedc673c8f8b0bbac93e8e1ba94b0c7250 (patch) | |
tree | 0daeeafe776c42ffd1d9dc84df7df64b41f4ab6e /community | |
parent | b706b95052a4aad5e5d5974544165fe1d1d6f6b9 (diff) | |
download | aports-2ee6c8bedc673c8f8b0bbac93e8e1ba94b0c7250.tar.bz2 aports-2ee6c8bedc673c8f8b0bbac93e8e1ba94b0c7250.tar.xz |
community/duo_unix: fix depends
let abuild pull in the needed libraries
Diffstat (limited to 'community')
-rw-r--r-- | community/duo_unix/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/duo_unix/APKBUILD b/community/duo_unix/APKBUILD index c97e2816ec..f2feb40bdb 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=0 +pkgrel=1 pkgdesc="duosecurity.com two-factor authentication" url="https://duo.com/support/documentation/duounix" arch="all" license="GPL2" -depends="openssl zlib" -depends_dev="libc-dev openssl-dev zlib-dev" +depends="" +depends_dev="openssl-dev zlib-dev" makedepends="$depends_dev" install="" options="suid" |