summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNils B2015-10-06 14:30:53 +0200
committerNils B2015-10-06 14:30:53 +0200
commitbc42111e40714169854dc5257f93072cc029d832 (patch)
treee6479a5dda3ebb4bb64b21ad5251e50dec00f043 /PKGBUILD
parent5f0eca2fa9f0be27dc4ff3b6058a139b71d2613e (diff)
downloadaur-bc42111e40714169854dc5257f93072cc029d832.tar.gz
Make yubikey-personalization dependency optional
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d95b64ea5d5..fcf986ea5335 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
# Maintainer: Nils B. <aur@theinbox.de>
+# Contributor: David Manouchehri <manouchehri@riseup.net>
pkgname=keepass-plugin-keechallenge
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="A plugin that allows to use the yubikey HMAC-SHA1 challenge-response functionality in Keepass."
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/keechallenge/"
license=('GPL2')
-depends=('keepass' 'yubikey-personalization')
+depends=('keepass')
+optdepends=('yubikey-personalization: For configuring a YubiKey')
_zipname="KeeChallenge_1.4_win"
source=(http://sourceforge.net/projects/keechallenge/files/KeeChallenge/bin/${_zipname}.zip)