[arch-commits] Commit in yubioath-desktop/trunk (PKGBUILD)
Filipe Laíns
ffy00 at gemini.archlinux.org
Mon Nov 8 13:24:16 UTC 2021
Date: Monday, November 8, 2021 @ 13:24:16
Author: ffy00
Revision: 1038774
add missing qt5-quickcontrols dependency (5.1.0-2)
Modified:
yubioath-desktop/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-08 11:25:02 UTC (rev 1038773)
+++ PKGBUILD 2021-11-08 13:24:16 UTC (rev 1038774)
@@ -3,11 +3,11 @@
pkgname=yubioath-desktop
pkgdesc='Yubico Authenticator for Desktop'
pkgver=5.1.0
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url='https://github.com/Yubico/yubioath-desktop'
license=('BSD')
-depends=('qt5-base' 'qt5-declarative' 'qt5-quickcontrols2'
+depends=('qt5-base' 'qt5-declarative' 'qt5-quickcontrols' 'qt5-quickcontrols2'
'python-pyotherside' 'qt5-graphicaleffects' 'qt5-multimedia'
'ccid' 'pcsclite' 'yubikey-manager')
makedepends=('git' 'python')
More information about the arch-commits
mailing list