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 5fd785cf3df8..5cc6d1ef9067 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Feb 19 01:40:12 UTC 2016
+# Sun Jul 3 18:56:11 UTC 2016
pkgbase = yubico-yubioath-desktop
pkgdesc = Crossplatform graphical user interface to generate one-time passwords.
- pkgver = 2.3.0
- pkgrel = 2
+ pkgver = 3.0.1
+ pkgrel = 1
url = https://developers.yubico.com/yubioath-desktop/
arch = i686
arch = x86_64
@@ -18,8 +18,8 @@ pkgbase = yubico-yubioath-desktop
depends = python2-crypto
depends = yubikey-personalization
conflicts = yubico-yubioath-desktop-git
- source = https://github.com/Yubico/yubioath-desktop/releases/download/yubioath-desktop-2.3.0/yubioath-desktop-2.3.0.tar.gz
- sha256sums = df91f1592c069ead9d0ee4653aadd5d00fe5b93f0688e6e8ad3d7116a894b12e
+ source = https://github.com/Yubico/yubioath-desktop/releases/download/yubioath-desktop-3.0.1/yubioath-desktop-3.0.1.tar.gz
+ sha256sums = 91a32ec635de390b312c8d8b8194b2e5ea4a453d1e4c1f5295b6654fd16176af
pkgname = yubico-yubioath-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 4a7c83656136..7ccb5277b4dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: tuftedocelot@fastmail.fm
_pkgname=yubioath-desktop
pkgname=yubico-${_pkgname}
-pkgver=2.3.0
-pkgrel=2
+pkgver=3.0.1
+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')
source=("https://github.com/Yubico/yubioath-desktop/releases/download/$_pkgname-$pkgver/$_pkgname-$pkgver.tar.gz")
-sha256sums=('df91f1592c069ead9d0ee4653aadd5d00fe5b93f0688e6e8ad3d7116a894b12e')
+sha256sums=('91a32ec635de390b312c8d8b8194b2e5ea4a453d1e4c1f5295b6654fd16176af')
conflicts=('yubico-yubioath-desktop-git')
package() {