Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
flashrom


Commits:
d8382783 by Frederik Schwan at 2024-04-20T20:10:26+02:00
fix udev rules using missing plugdev group

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = flashrom
        pkgdesc = Utility for reading, writing, erasing and verifying flash ROM 
chips
        pkgver = 1.3.0
-       pkgrel = 2
+       pkgrel = 3
        url = https://www.flashrom.org/
        arch = x86_64
        license = GPL-2.0-or-later


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
 
 pkgname=flashrom
 pkgver=1.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Utility for reading, writing, erasing and verifying flash ROM chips"
 arch=(x86_64)
 url="https://www.flashrom.org/";
@@ -34,5 +34,6 @@ package() {
   meson install -C build --destdir "${pkgdir}"
 
   cd ${pkgname}
-  install -Dm644 util/flashrom_udev.rules 
"${pkgdir}"/usr/lib/udev/rules.d/flashrom.rules
+  sed -i 's#GROUP="plugdev"#TAG+="uaccess"#g' util/flashrom_udev.rules
+  install -Dm644 util/flashrom_udev.rules 
"${pkgdir}"/usr/lib/udev/rules.d/70-flashrom.rules
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/flashrom/-/commit/d838278343d5445854b2ad117457aea51b93f266

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/flashrom/-/commit/d838278343d5445854b2ad117457aea51b93f266
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to