summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris2015-08-06 14:03:58 -0400
committerChris2015-08-06 14:03:58 -0400
commitf64833f29e784a973ec1d0b71d350e36c2eff64a (patch)
tree7d4528f450e62f950d48e07878e16107df5408a7 /PKGBUILD
parent15fed1e6546071fe4e54a83bc0efe20b1c985255 (diff)
downloadaur-f64833f29e784a973ec1d0b71d350e36c2eff64a.tar.gz
added ssh-agent optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 818b30eabbeb..b68be064557f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,9 @@ license=('custom:OpenSSL')
source=(http://downloads.sourceforge.net/project/pamsshagentauth/$pkgname/v$pkgver/$pkgname-$pkgver.tar.bz2)
md5sums=('a212baca7ce11d596bd8dcb222859ace')
+optdepends=('openssh: standard ssh-agent'
+ 'gnupg: gpg ssh-agent' )
+
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --with-mantype=man --libexecdir=/usr/lib/security