pam-gnupg: depends on gnupg

This commit is contained in:
Đoàn Trần Công Danh 2021-07-11 00:14:33 +07:00 committed by Đoàn Trần Công Danh
parent 3348722203
commit e2ec8bcdda

View file

@ -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 <ajh@sideband.org>"
license="GPL-3.0-only"