summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNils B2015-10-13 11:11:54 +0200
committerNils B2015-10-13 11:11:54 +0200
commitdc903a22e233df5e91873e63f9f8a4fd1362f35c (patch)
tree41aa21ff31db6ca942a9011e4fb0440173d77a04 /PKGBUILD
parenta0a27a9c185a88df8db190d258703bc1bc6c0ca7 (diff)
downloadaur-dc903a22e233df5e91873e63f9f8a4fd1362f35c.tar.gz
Add yubikey-personalization to depends because the plugin isnt working without that package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c79561d5c8f0..11940f4b153d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,7 @@ pkgdesc="A plugin that allows to use the yubikey HMAC-SHA1 challenge-response fu
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/keechallenge/"
license=('GPL2')
-depends=('keepass')
-optdepends=('yubikey-personalization: For configuring a YubiKey')
+depends=('keepass' 'yubikey-personalization')
_zipname="KeeChallenge_1.4_win"
source=(http://sourceforge.net/projects/keechallenge/files/KeeChallenge/bin/${_zipname}.zip)