Date: Thursday, March 10, 2022 @ 11:07:28
  Author: dvzrv
Revision: 1145927

upgpkg: python-pynitrokey 0.4.19-2: Rebuild to add libnitrokey as dependency.

The udev rules provided by libnitrokey are required for proper functionality.

Modified:
  python-pynitrokey/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-03-10 10:17:12 UTC (rev 1145926)
+++ PKGBUILD    2022-03-10 11:07:28 UTC (rev 1145927)
@@ -3,12 +3,14 @@
 _name=pynitrokey
 pkgname=python-pynitrokey
 pkgver=0.4.19
-pkgrel=1
+pkgrel=2
 pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
 arch=(any)
 url="https://github.com/Nitrokey/pynitrokey";
 license=(Apache)
+# NOTE: libnitrokey is required for udev rules
 depends=(
+  libnitrokey
   python-cbor
   python-cffi
   python-click

Reply via email to