summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortuftedocelot2016-07-05 18:34:42 -0500
committertuftedocelot2016-07-05 18:34:42 -0500
commit604cac2cd128c9bed5459554e4bd9fba24d6fae1 (patch)
tree97d9d933c69587322870c73566bb4fb4e4e023a1 /PKGBUILD
parentb5adeae2db4d84df64925b8647425fba8ef5030d (diff)
downloadaur-604cac2cd128c9bed5459554e4bd9fba24d6fae1.tar.gz
yubico-yubioath-desktop: fix missing dep. thanks adlerweb
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ccb5277b4dd..0ab40ecb98f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
_pkgname=yubioath-desktop
pkgname=yubico-${_pkgname}
pkgver=3.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Crossplatform graphical user interface to generate one-time passwords."
arch=('i686' 'x86_64')
url="https://developers.yubico.com/yubioath-desktop/"
license=('GPL')
-depends=('python2' 'pcsclite' 'ccid' 'python2-pyside' 'python2-pyscard-svn' 'python2-pbkdf2' 'python2-setuptools' 'python2-crypto' 'yubikey-personalization')
+depends=('python2' 'pcsclite' 'ccid' 'python2-pyside' 'python2-pyscard-svn' 'python2-pbkdf2' 'python2-setuptools' 'python2-crypto' 'yubikey-personalization' 'python2-click')
source=("https://github.com/Yubico/yubioath-desktop/releases/download/$_pkgname-$pkgver/$_pkgname-$pkgver.tar.gz")
sha256sums=('91a32ec635de390b312c8d8b8194b2e5ea4a453d1e4c1f5295b6654fd16176af')
conflicts=('yubico-yubioath-desktop-git')