Date: Thursday, May 4, 2023 @ 07:44:00 Author: eworm Revision: 1458725
upgpkg: python-fido2 1.1.1-1: new upstream release Modified: python-fido2/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-04 07:40:43 UTC (rev 1458724) +++ PKGBUILD 2023-05-04 07:44:00 UTC (rev 1458725) @@ -2,9 +2,9 @@ # Contributor: Emil Lundberg <[email protected]> <[email protected]> pkgname=python-fido2 -_tag='45e27d4196ccb6383334bd469fd0d570973d295b' # git rev-parse "${pkgver}" -pkgver=1.1.0 -pkgrel=3 +_tag='e5d9739ed92f5586f7d53c506b834e8c9bce9868' # git rev-parse "${pkgver}" +pkgver=1.1.1 +pkgrel=1 pkgdesc='Library for FIDO 2.0, including communication with a device over USBA' url='https://github.com/Yubico/python-fido2' license=('custom:BSD-2-clause') @@ -12,7 +12,6 @@ depends=('python') makedepends=('git' 'python-build' 'python-installer' 'python-poetry-core') checkdepends=('python-cryptography') -_tarball_basename="fido2-${pkgver}" validpgpkeys=('20EE325B86A81BCBD3E56798F04367096FBA95E8') # Dain Nilsson <[email protected]> source=("git+https://github.com/Yubico/${pkgname}.git#tag=${_tag}?signed") sha256sums=('SKIP')
