google-authenticator-libpam: update to 1.09.

This commit is contained in:
Enno Boland 2021-04-20 13:27:04 +02:00 committed by Érico Nogueira Rolim
parent e98a679e3b
commit cfd61d65b7

View file

@ -1,6 +1,6 @@
# Template file for 'google-authenticator-libpam'
pkgname=google-authenticator-libpam
version=1.08
version=1.09
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool"
@ -10,14 +10,11 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="Apache-2.0"
homepage="https://github.com/google/google-authenticator-libpam"
distfiles="https://github.com/google/google-authenticator-libpam/archive/$version.tar.gz"
checksum=6f6d7530261ba9e2ece84214f1445857d488b7851c28a58356b49f2d9fd36290
checksum=ab1d7983413dc2f11de2efa903e5c326af8cb9ea37765dacb39949417f7cd037
replaces="libpam-google-authenticator>=0"
# Tries to change user to nobody and fails due to being in a user namespace
make_check=no
pre_configure() {
autoreconf -fi
}
do_check() {
# Tries to change user to nobody and fails due to being in a user namespace
:
}