summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 390da2ae581f..2ada57c73215 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat May 12 15:28:45 UTC 2018
+# Wed Jan 16 21:34:54 UTC 2019
pkgbase = yubico-yubioath-desktop
pkgdesc = Crossplatform graphical user interface to generate one-time passwords.
- pkgver = 4.3.4
+ pkgver = 4.3.5
pkgrel = 1
url = https://developers.yubico.com/yubioath-desktop/
arch = x86_64
@@ -12,15 +12,14 @@ pkgbase = yubico-yubioath-desktop
makedepends = libffi
makedepends = openssl
makedepends = qt5-base
+ makedepends = git
depends = pcsclite
depends = ccid
depends = python-pyotherside
depends = yubikey-manager>=0.7.0
depends = qt5-quickcontrols
conflicts = yubico-yubioath-desktop-git
- source = https://github.com/Yubico/yubioath-desktop/releases/download/yubioath-desktop-4.3.4/yubioath-desktop-4.3.4.tar.gz
- source = https://github.com/Yubico/yubioath-desktop/releases/download/yubioath-desktop-4.3.4/yubioath-desktop-4.3.4.tar.gz.sig
- sha256sums = 0d8c0d0f4672dfac24a142c34dc49a52a75241f62897f6917e518b01c2916741
+ source = git+https://github.com/Yubico/yubioath-desktop.git#tag=yubioath-desktop-4.3.5?signed
sha256sums = SKIP
pkgname = yubico-yubioath-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 68e36e8d46ad..af4032d59594 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: tuftedocelot@fastmail.fm
_pkgname=yubioath-desktop
pkgname=yubico-${_pkgname}
-pkgver=4.3.4
+pkgver=4.3.5
pkgrel=1
pkgdesc="Crossplatform graphical user interface to generate one-time passwords."
arch=('x86_64')
url="https://developers.yubico.com/yubioath-desktop/"
license=('BSD')
depends=('pcsclite' 'ccid' 'python-pyotherside' 'yubikey-manager>=0.7.0' 'qt5-quickcontrols')
-makedepends=('swig' 'qt5-svg' 'libffi' 'openssl' 'qt5-base')
+makedepends=('swig' 'qt5-svg' 'libffi' 'openssl' 'qt5-base' 'git')
validpgpkeys=('8D0B4EBA9345254BCEC0E843514F078FF4AB24C3' # Dag Heyman <dag@yubico.com>
+ '5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23' # Emil Lundberg <emil@yubico.com>
'57A9DEED4C6D962A923BB691816F3ED99921835E' # Emil Lundberg <emil@yubico.com>
)
-source=("https://github.com/Yubico/${_pkgname}/releases/download/${_pkgname}-${pkgver}/${_pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('0d8c0d0f4672dfac24a142c34dc49a52a75241f62897f6917e518b01c2916741'
- 'SKIP')
+source=("git+https://github.com/Yubico/${_pkgname}.git#tag=${_pkgname}-${pkgver}?signed")
+sha256sums=('SKIP')
conflicts=('yubico-yubioath-desktop-git')
build() {