summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortuftedocelot2017-09-02 07:30:15 -0500
committertuftedocelot2017-09-02 07:30:15 -0500
commit038db1e8a6b3367c9a71f20f8dfe0b4b7c83a0ff (patch)
tree461160aafde31f2475cf16c3c1ae803ee13c8c09
parentdd810a28c9b3742cbd63b7e7f4f0df01e08c484f (diff)
downloadaur-038db1e8a6b3367c9a71f20f8dfe0b4b7c83a0ff.tar.gz
yubico-yubioath-desktop: version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd2c8094c1c4..8bdaad22f73c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jul 29 19:26:37 UTC 2017
+# Sat Sep 2 12:30:01 UTC 2017
pkgbase = yubico-yubioath-desktop
pkgdesc = Crossplatform graphical user interface to generate one-time passwords.
- pkgver = 4.1.2
+ pkgver = 4.1.4
pkgrel = 1
url = https://developers.yubico.com/yubioath-desktop/
arch = i686
@@ -16,7 +16,7 @@ pkgbase = yubico-yubioath-desktop
depends = yubikey-manager
depends = qt5-quickcontrols
conflicts = yubico-yubioath-desktop-git
- source = git+https://github.com/Yubico/yubioath-desktop.git#tag=yubioath-desktop-4.1.2
+ source = git+https://github.com/Yubico/yubioath-desktop.git#tag=yubioath-desktop-4.1.4
source = git+https://github.com/thp/pyotherside.git
source = git+https://github.com/Yubico/yubikey-manager.git
source = git+https://github.com/qtproject/qt-solutions
diff --git a/PKGBUILD b/PKGBUILD
index 72fd540427d7..db1da0b932e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: tuftedocelot@fastmail.fm
_pkgname=yubioath-desktop
pkgname=yubico-${_pkgname}
-pkgver=4.1.2
+pkgver=4.1.4
pkgrel=1
_tag="${_pkgname}-${pkgver}"
pkgdesc="Crossplatform graphical user interface to generate one-time passwords."
@@ -32,7 +32,7 @@ prepare() {
build() {
cd "${srcdir}/${_pkgname}"
- qmake-qt5
+ qmake-qt5 QMAKE_CFLAGS_RELEASE="${CFLAGS}" QMAKE_CXXFLAGS_RELEASE="${CXXFLAGS}" QMAKE_LFLAGS_RELEASE="${LDFLAGS}"
make
}