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

Morten Linderud foxboron at archlinux.org
Sun Sep 27 18:46:55 UTC 2020


    Date: Sunday, September 27, 2020 @ 18:46:55
  Author: foxboron
Revision: 712750

upgpkg: qmk 0.0.35-3 - fixed udev rules

Modified:
  qmk/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-27 18:25:22 UTC (rev 712749)
+++ PKGBUILD	2020-09-27 18:46:55 UTC (rev 712750)
@@ -4,7 +4,7 @@
 
 pkgname=qmk
 pkgver=0.0.35
-pkgrel=2
+pkgrel=3
 pkgdesc="CLI tool for customizing supported mechanical keyboards."
 arch=('any')
 url="https://github.com/qmk/qmk_cli"
@@ -46,6 +46,6 @@
   cd "${pkgname}-${pkgver}"
   python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
   install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -d "${pkgdir}/usr/lib/udev"
-  install -Dm644 ../*.rules "${pkgdir}/usr/lib/udev"
+  install -d "${pkgdir}/usr/lib/udev/rules.d"
+  install -Dm644 ../*.rules "${pkgdir}/usr/lib/udev/rules.d"
 }



More information about the arch-commits mailing list