Date: Sunday, January 24, 2021 @ 17:02:39 Author: foxboron Revision: 828804
upgpkg: yubikey-manager 3.1.2-1 Modified: yubikey-manager/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-24 16:23:50 UTC (rev 828803) +++ PKGBUILD 2021-01-24 17:02:39 UTC (rev 828804) @@ -3,8 +3,8 @@ # Contributor: Karol Babioch <[email protected]> pkgname='yubikey-manager' -pkgver=3.1.1 -pkgrel=3 +pkgver=3.1.2 +pkgrel=1 pkgdesc='Python library and command line tool for configuring a YubiKey' arch=('any') url='https://developers.yubico.com/yubikey-manager/' @@ -13,10 +13,12 @@ 'python-pyusb' 'python-six' 'python-fido2' 'ccid' 'yubikey-personalization') makedepends=('python-setuptools') checkdepends=('python-mock') +# https://developers.yubico.com/Software_Projects/Software_Signing.html validpgpkeys=('8D0B4EBA9345254BCEC0E843514F078FF4AB24C3' # Dag Heyman <[email protected]> - '57A9DEED4C6D962A923BB691816F3ED99921835E') # Emil Lundberg (Software Developer) <[email protected]> + '57A9DEED4C6D962A923BB691816F3ED99921835E' # Emil Lundberg (Software Developer) <[email protected]> + '20EE325B86A81BCBD3E56798F04367096FBA95E8') # Dain Nilsson <[email protected]> source=("https://developers.yubico.com/$pkgname/Releases/yubikey-manager-$pkgver.tar.gz"{,.sig}) -sha256sums=('68ef41ac3cd2e891019e755a492427ecdd63d8816525d05f2f32c37b8c440cfa' +sha256sums=('7709c83aebb443259197a452772430edd1ac019e31a57a71ea33a90a4a7879f1' 'SKIP') build() {
