aboutsummaryrefslogtreecommitdiffstats
path: root/community/google-authenticator
diff options
context:
space:
mode:
Diffstat (limited to 'community/google-authenticator')
-rw-r--r--community/google-authenticator/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/google-authenticator/APKBUILD b/community/google-authenticator/APKBUILD
index c5b2bb8e328..89405dc0de4 100644
--- a/community/google-authenticator/APKBUILD
+++ b/community/google-authenticator/APKBUILD
@@ -3,13 +3,13 @@
pkgname=google-authenticator
pkgver=20160902
_gitrev=bd50d15c348a978c314d2b30e586fbc562096223
-pkgrel=0
+pkgrel=1
pkgdesc="Google Authenticator PAM module"
url="https://github.com/google/google-authenticator"
arch="all"
license="ASL-2.0"
depends=""
-makedepends="autoconf automake libtool linux-pam-dev m4 openssl-dev"
+makedepends="autoconf automake libtool linux-pam-dev m4 libressl-dev"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/google/google-authenticator/archive/$_gitrev.tar.gz"
builddir="$srcdir/$pkgname-$_gitrev/libpam"