summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Manouchehri2015-10-05 22:38:11 -0400
committerDavid Manouchehri2015-10-05 22:38:11 -0400
commit121b1c655a965f91cf551b09cf51cbc84a1fe007 (patch)
treee6479a5dda3ebb4bb64b21ad5251e50dec00f043 /PKGBUILD
parent5f0eca2fa9f0be27dc4ff3b6058a139b71d2613e (diff)
downloadaur-121b1c655a965f91cf551b09cf51cbc84a1fe007.tar.gz
Don't force yubikey-personalization.
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)