[arch-commits] Commit in libfido2/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Mon Apr 5 22:03:23 UTC 2021


    Date: Monday, April 5, 2021 @ 22:03:23
  Author: eworm
Revision: 411535

upgpkg: libfido2 1.7.0-2: explicitly depend on zlib

Modified:
  libfido2/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-05 21:51:03 UTC (rev 411534)
+++ PKGBUILD	2021-04-05 22:03:23 UTC (rev 411535)
@@ -3,12 +3,12 @@
 
 pkgname=libfido2
 pkgver=1.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Library functionality for FIDO 2.0, including communication with a device over USB'
 url='https://developers.yubico.com/libfido2/'
 arch=('x86_64')
 license=('BSD')
-depends=('glibc' 'openssl' 'libcbor' 'libcbor.so' 'hidapi' 'systemd-libs'  'libudev.so')
+depends=('glibc' 'openssl' 'libcbor' 'libcbor.so' 'hidapi' 'systemd-libs'  'libudev.so' 'zlib')
 makedepends=('cmake' 'systemd')
 provides=('libfido2.so')
 source=("https://developers.yubico.com/libfido2/Releases/libfido2-${pkgver}.tar.gz"{,.sig}



More information about the arch-commits mailing list