From 2ee6c8bedc673c8f8b0bbac93e8e1ba94b0c7250 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 15 Aug 2016 18:26:47 +0000 Subject: community/duo_unix: fix depends let abuild pull in the needed libraries --- community/duo_unix/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community') 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 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" -- cgit v1.2.3