From 8c5a64647072b81411b44654b51267f132cbf746 Mon Sep 17 00:00:00 2001 From: Martin Dimov Date: Tue, 4 Oct 2022 03:46:32 +0300 Subject: [PATCH] libfido2: switch udev rules back to 'plugdev', revbump --- srcpkgs/libfido2/template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libfido2/template b/srcpkgs/libfido2/template index bb68556787ef..a5127f2ea672 100644 --- a/srcpkgs/libfido2/template +++ b/srcpkgs/libfido2/template @@ -1,7 +1,7 @@ # Template file for 'libfido2' pkgname=libfido2 version=1.12.0 -revision=1 +revision=2 build_style=cmake configure_args="-DUDEV_RULES_DIR=/usr/lib/udev/rules.d" hostmakedepends="pkg-config" @@ -10,8 +10,8 @@ short_desc="Library for FIDO 2.0, including communication with a device over USB maintainer="Leah Neukirchen " license="BSD-2-Clause" homepage="https://github.com/Yubico/libfido2" +changelog="https://raw.githubusercontent.com/Yubico/libfido2/main/NEWS" distfiles="https://github.com/Yubico/libfido2/archive/${version}.tar.gz" -changelog="https://github.com/Yubico/libfido2/blob/main/NEWS" checksum=813d6d25116143d16d2e96791718a74825da16b774a8d093d96f06ae1730d9c5 # udev rules used to be shipped by libu2f-host conf_files="/usr/lib/udev/rules.d/70-u2f.rules" @@ -23,8 +23,6 @@ post_extract() { post_install() { vlicense LICENSE - vsed -e 's/GROUP="plugdev"/GROUP="users"/' \ - -i ${DESTDIR}/usr/lib/udev/rules.d/70-u2f.rules } libfido2-devel_package() {