aboutsummaryrefslogtreecommitdiffstats
path: root/community/google-authenticator/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/google-authenticator/APKBUILD')
-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 436b99e763c..bd2e56e6e65 100644
--- a/community/google-authenticator/APKBUILD
+++ b/community/google-authenticator/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Fabio Napoleoni <f.napoleoni@gmail.com>
pkgname=google-authenticator
pkgver=1.09
-pkgrel=0
+pkgrel=2
pkgdesc="Google Authenticator PAM module"
options="checkroot !check" # 1 of 2 tests fail
url="https://github.com/google/google-authenticator-libpam"
arch="all"
license="Apache-2.0"
-makedepends="autoconf automake libtool linux-pam-dev m4 openssl-dev"
+makedepends="autoconf automake libtool linux-pam-dev m4 openssl-dev>3"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/google/google-authenticator-libpam/archive/$pkgver.tar.gz"
builddir="$srcdir/$pkgname-libpam-$pkgver"