summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortuftedocelot2018-05-12 10:29:28 -0500
committertuftedocelot2018-05-12 10:29:28 -0500
commitd5f38f4e17add58dd33c6f5c89e03ef2325f742c (patch)
treee1d5d06cdfa2262ce3552720ad4c3d80fc631edf
parent773351c2540a768944becc3e8fe789edbee14d94 (diff)
downloadaur-d5f38f4e17add58dd33c6f5c89e03ef2325f742c.tar.gz
yubioath-desktop vers bump to 4.3.4
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac1b9229eaa8..390da2ae581f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Apr 8 12:56:10 UTC 2018
+# Sat May 12 15:28:45 UTC 2018
pkgbase = yubico-yubioath-desktop
pkgdesc = Crossplatform graphical user interface to generate one-time passwords.
- pkgver = 4.3.3
+ pkgver = 4.3.4
pkgrel = 1
url = https://developers.yubico.com/yubioath-desktop/
arch = x86_64
@@ -15,12 +15,12 @@ pkgbase = yubico-yubioath-desktop
depends = pcsclite
depends = ccid
depends = python-pyotherside
- depends = yubikey-manager>=0.6.0
+ 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.3/yubioath-desktop-4.3.3.tar.gz
- source = https://github.com/Yubico/yubioath-desktop/releases/download/yubioath-desktop-4.3.3/yubioath-desktop-4.3.3.tar.gz.sig
- sha256sums = fec3bacf05470dc119b4ec4c077ed13b49c9052baffd98dbcd9a3f05635b0aa8
+ 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
sha256sums = SKIP
pkgname = yubico-yubioath-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 79d5f972a1d6..68e36e8d46ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,31 +1,31 @@
# Maintainer: tuftedocelot@fastmail.fm
_pkgname=yubioath-desktop
pkgname=yubico-${_pkgname}
-pkgver=4.3.3
+pkgver=4.3.4
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.6.0' 'qt5-quickcontrols')
+depends=('pcsclite' 'ccid' 'python-pyotherside' 'yubikey-manager>=0.7.0' 'qt5-quickcontrols')
makedepends=('swig' 'qt5-svg' 'libffi' 'openssl' 'qt5-base')
validpgpkeys=('8D0B4EBA9345254BCEC0E843514F078FF4AB24C3' # Dag Heyman <dag@yubico.com>
'57A9DEED4C6D962A923BB691816F3ED99921835E' # Emil Lundberg <emil@yubico.com>
)
source=("https://github.com/Yubico/${_pkgname}/releases/download/${_pkgname}-${pkgver}/${_pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('fec3bacf05470dc119b4ec4c077ed13b49c9052baffd98dbcd9a3f05635b0aa8'
+sha256sums=('0d8c0d0f4672dfac24a142c34dc49a52a75241f62897f6917e518b01c2916741'
'SKIP')
conflicts=('yubico-yubioath-desktop-git')
build() {
- cd "${_pkgname}-${pkgver}"
+ cd "${_pkgname}"
qmake-qt5 QMAKE_CFLAGS_RELEASE="${CFLAGS}" QMAKE_CXXFLAGS_RELEASE="${CXXFLAGS}" QMAKE_LFLAGS_RELEASE="${LDFLAGS}"
make
}
package() {
- cd "${_pkgname}-${pkgver}"
+ cd "${_pkgname}"
make INSTALL_ROOT="${pkgdir}/" install
install -D -m0644 resources/yubioath-desktop.desktop "${pkgdir}/usr/share/applications/yubioath-desktop.desktop"