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

Christian Hesse eworm at archlinux.org
Mon Nov 4 14:51:33 UTC 2019


    Date: Monday, November 4, 2019 @ 14:51:33
  Author: eworm
Revision: 524077

upgpkg: libu2f-host 1.1.10-2

remove non-existent group from udev rule (FS#63676)

Modified:
  libu2f-host/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-04 14:45:48 UTC (rev 524076)
+++ PKGBUILD	2019-11-04 14:51:33 UTC (rev 524077)
@@ -2,7 +2,7 @@
 
 pkgname=libu2f-host
 pkgver=1.1.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Yubico Universal 2nd Factor (U2F) Host C Library"
 arch=('x86_64')
 url='https://github.com/Yubico/libu2f-host'
@@ -14,6 +14,12 @@
 sha256sums=('4265789ec59555a1f383ea2d75da085f78ee4cf1cd7c44a2b38662de02dd316f'
             'SKIP')
 
+prepare() {
+	cd "${pkgname}-${pkgver}"
+
+	sed -i 's/, GROUP="plugdev", MODE="0660"//' 70-u2f.rules
+}
+
 build() {
 	cd "${pkgname}-${pkgver}"
 



More information about the arch-commits mailing list