summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6119b37cd949..7d7c850f596e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jul 5 23:31:29 UTC 2016
+# Fri Jan 27 11:57:43 UTC 2017
pkgbase = yubico-yubioath-desktop
pkgdesc = Crossplatform graphical user interface to generate one-time passwords.
- pkgver = 3.0.1
- pkgrel = 2
+ pkgver = 3.1.0
+ pkgrel = 1
url = https://developers.yubico.com/yubioath-desktop/
arch = i686
arch = x86_64
@@ -19,8 +19,8 @@ pkgbase = yubico-yubioath-desktop
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
+ source = https://github.com/Yubico/yubioath-desktop/releases/download/yubioath-desktop-3.1.0/yubioath-desktop-3.1.0.tar.gz
+ sha256sums = 7caae0fd3b14529476eda3a5660bc050584b298ddc3c8d1adfe221041fa5db49
pkgname = yubico-yubioath-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 0ab40ecb98f9..be47e82b4336 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: tuftedocelot@fastmail.fm
_pkgname=yubioath-desktop
pkgname=yubico-${_pkgname}
-pkgver=3.0.1
-pkgrel=2
+pkgver=3.1.0
+pkgrel=1
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' 'python2-click')
source=("https://github.com/Yubico/yubioath-desktop/releases/download/$_pkgname-$pkgver/$_pkgname-$pkgver.tar.gz")
-sha256sums=('91a32ec635de390b312c8d8b8194b2e5ea4a453d1e4c1f5295b6654fd16176af')
+sha256sums=('7caae0fd3b14529476eda3a5660bc050584b298ddc3c8d1adfe221041fa5db49')
conflicts=('yubico-yubioath-desktop-git')
package() {