diff --git a/srcpkgs/libu2f-host/template b/srcpkgs/libu2f-host/template index 173b690bdce..9fe91190e19 100644 --- a/srcpkgs/libu2f-host/template +++ b/srcpkgs/libu2f-host/template @@ -1,7 +1,7 @@ # Template file for 'libu2f-host' pkgname=libu2f-host -version=1.1.6 -revision=4 +version=1.1.7 +revision=1 wrksrc="${pkgname}-${pkgname}-${version}" build_style=gnu-configure configure_args="--with-openssl=yes --with-udevrulesdir=/usr/lib/udev/rules.d" @@ -13,7 +13,7 @@ license="LGPL-2.1-or-later, GPL-3-or-later" homepage="https://developers.yubico.com/libu2f-host/" #changelog="https://raw.githubusercontent.com/Yubico/libu2f-host/master/NEWS" distfiles="https://github.com/Yubico/libu2f-host/archive/libu2f-host-${version}.tar.gz" -checksum=45beabd3ba5a08643f3aea4642ea4c68f34f0ad701878f3ad447c5b3c13ecb21 +checksum=00f22534ae578dd2a1dd4aa517fce5724a42ca99c1724d83d4a237624acd7089 conf_files="/usr/lib/udev/rules.d/70-u2f.rules" pre_configure() { @@ -21,7 +21,8 @@ pre_configure() { } post_install() { - sed -i 's:TAG+="uaccess":TAG+="uaccess", MODE="0660", GROUP="users":' ${DESTDIR}/usr/lib/udev/rules.d/70-u2f.rules + vsed -e 's:TAG+="uaccess":TAG+="uaccess", MODE="0660", GROUP="users":' \ + -i ${DESTDIR}/usr/lib/udev/rules.d/70-u2f.rules } libu2f-host-devel_package() {