From 083195f6090605a9c16aa2b7a34994da294ddb89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 11 Jan 2020 07:58:53 +0700 Subject: [PATCH 1/2] python3-fido2: update to 0.8.1. --- srcpkgs/python3-fido2/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template index fb737d68d20..2c7977d65a7 100644 --- a/srcpkgs/python3-fido2/template +++ b/srcpkgs/python3-fido2/template @@ -1,20 +1,20 @@ # Template file for 'python3-fido2' pkgname=python3-fido2 _pkgname=fido2 -version=0.7.1 -revision=2 +version=0.8.1 +revision=1 archs=noarch wrksrc="${_pkgname}-${version}" build_style=python3-module -pycompile_module=${_pkgname} hostmakedepends="python3-setuptools" -depends="python3" +depends="python3-six python3-cryptography python3-scard" +checkdepends="$depends" short_desc="Library for FIDO2 functionality" -maintainer="Doan Tran Cong Danh " +maintainer="Đoàn Trần Công Danh " license="BSD-2-Clause" homepage="https://github.com/Yubico/python-fido2" distfiles="${PYPI_SITE}/f/${_pkgname}/${_pkgname}-${version}.tar.gz" -checksum=4483b48ab3da0a3f3cc8e2f11d833160dfa2e6d12148e938982df4acd10b2682 +checksum=449068f6876f397c8bb96ebc6a75c81c2692f045126d3f13ece21d409acdf7c3 post_install() { vlicense COPYING From 1c71b2f3823b22741d06434f4b2ef2a239d7f5a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 11 Jan 2020 08:00:15 +0700 Subject: [PATCH 2/2] yubikey-manager: add checkdepends and missing depends --- srcpkgs/yubikey-manager/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template index 1070e13fec0..440da575737 100644 --- a/srcpkgs/yubikey-manager/template +++ b/srcpkgs/yubikey-manager/template @@ -1,14 +1,15 @@ # Template file for 'yubikey-manager' pkgname=yubikey-manager version=3.1.0 -revision=3 +revision=4 archs=noarch build_style=python3-module hostmakedepends="python3-setuptools" depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-scard -python3-click python3-cryptography python3-six pcsc-ccid python3-setuptools" + pcsc-ccid libykpers libpcsclite python3-setuptools" +checkdepends="$depends" short_desc="Library and CLI tools to configure YubiKey" -maintainer="Doan Tran Cong Danh " +maintainer="Đoàn Trần Công Danh " license="BSD-2-Clause" homepage="https://developers.yubico.com/yubikey-manager/" distfiles="https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${version}.tar.gz"