summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cc6d1ef9067..6119b37cd949 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jul 3 18:56:11 UTC 2016
+# Tue Jul 5 23:31:29 UTC 2016
pkgbase = yubico-yubioath-desktop
pkgdesc = Crossplatform graphical user interface to generate one-time passwords.
pkgver = 3.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://developers.yubico.com/yubioath-desktop/
arch = i686
arch = x86_64
@@ -17,6 +17,7 @@ pkgbase = yubico-yubioath-desktop
depends = python2-setuptools
depends = python2-crypto
depends = yubikey-personalization
+ depends = python2-click
conflicts = yubico-yubioath-desktop-git
source = https://github.com/Yubico/yubioath-desktop/releases/download/yubioath-desktop-3.0.1/yubioath-desktop-3.0.1.tar.gz
sha256sums = 91a32ec635de390b312c8d8b8194b2e5ea4a453d1e4c1f5295b6654fd16176af
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')