[arch-commits] Commit in yubikey-manager/trunk (PKGBUILD)
Frederik Schwan
freswa at archlinux.org
Sun Sep 13 22:15:06 UTC 2020
Date: Sunday, September 13, 2020 @ 22:15:06
Author: freswa
Revision: 705888
fix FS#58322
Modified:
yubikey-manager/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-13 22:09:48 UTC (rev 705887)
+++ PKGBUILD 2020-09-13 22:15:06 UTC (rev 705888)
@@ -4,14 +4,13 @@
pkgname='yubikey-manager'
pkgver=3.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Python library and command line tool for configuring a YubiKey'
arch=('any')
url='https://developers.yubico.com/yubikey-manager/'
license=('BSD')
depends=('python' 'python-click' 'python-cryptography' 'python-pyopenssl' 'python-pyscard'
- 'python-pyusb' 'python-six' 'python-fido2' 'ccid' 'libu2f-host'
- 'yubikey-personalization')
+ 'python-pyusb' 'python-six' 'python-fido2' 'ccid' 'yubikey-personalization')
makedepends=('python-setuptools')
checkdepends=('python-mock')
validpgpkeys=('8D0B4EBA9345254BCEC0E843514F078FF4AB24C3' # Dag Heyman <dag at yubico.com>
More information about the arch-commits
mailing list