summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiancarlo Razzolini2015-08-11 15:19:00 -0300
committerGiancarlo Razzolini2015-08-11 15:19:00 -0300
commit318d98757fc721bac9273094d446db5e202344be (patch)
tree65a750d1615de8bd66473dae7593182c48827186 /PKGBUILD
parentfb80f18df0a972d077df6440bf3d2eb875aae209 (diff)
downloadaur-318d98757fc721bac9273094d446db5e202344be.tar.gz
* Added optional dependencies on OpenSSH and gnupg for highlighting keeagent client only mode on linux.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d366baf924d0..c3aaaaca8b82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,11 @@
pkgname=keepass-plugin-keeagent-beta
pkgver=0.7.5
-pkgrel=1
+pkgrel=2
pkgdesc="SSH Agent Plugin for KeePass - Beta Version"
license=('BSD')
depends=('keepass')
+optdepends=('openssh: For integration with ssh-agent' 'gnupg: For integration with GnuPG SSH agent')
provides=('keepass-plugin-keeagent-beta')
conflicts=('keepass-plugin-keeagent')
arch=('any')