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

Christian Hesse eworm at archlinux.org
Mon Nov 2 14:45:28 UTC 2020


    Date: Monday, November 2, 2020 @ 14:45:28
  Author: eworm
Revision: 739795

upgpkg: libu2f-host 1.1.10-4: hidapi 0.10.0 rebuild

Add a hard dependency on libudev.so.

Modified:
  libu2f-host/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-02 14:44:41 UTC (rev 739794)
+++ PKGBUILD	2020-11-02 14:45:28 UTC (rev 739795)
@@ -2,15 +2,16 @@
 
 pkgname=libu2f-host
 pkgver=1.1.10
-pkgrel=3
+pkgrel=4
 pkgdesc="Yubico Universal 2nd Factor (U2F) Host C Library"
 arch=('x86_64')
 url='https://github.com/Yubico/libu2f-host'
 license=('BSD')
-depends=('json-c' 'hidapi')
+depends=('json-c' 'hidapi' 'libudev.so')
 makedepends=('git' 'help2man' 'gengetopt')
 validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors <klas at yubico.com>
-source=("https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${pkgver}.tar.xz"{,.sig}           json-c-0.14.patch)
+source=("https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${pkgver}.tar.xz"{,.sig}
+        'json-c-0.14.patch')
 sha256sums=('4265789ec59555a1f383ea2d75da085f78ee4cf1cd7c44a2b38662de02dd316f'
             'SKIP'
             '47a662c1a2bc33232bda68059025fc17e33db06107495a7e9067777c39663387')



More information about the arch-commits mailing list