diff --git a/srcpkgs/pam-gnupg/template b/srcpkgs/pam-gnupg/template index ce21d75e80f..17641ac07d8 100644 --- a/srcpkgs/pam-gnupg/template +++ b/srcpkgs/pam-gnupg/template @@ -1,12 +1,12 @@ # Template file for 'pam-gnupg' pkgname=pam-gnupg version=0.3 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-moduledir=/usr/lib/security" -hostmakedepends="automake libtool gnupg2" +hostmakedepends="automake libtool gnupg" makedepends="pam-devel" -depends="gnupg2" +depends="gnupg>=2" short_desc="PAM module to unlock GPG agent" maintainer="Andrew J. Hesford " license="GPL-3.0-only"