diff options
author | Frederik “Freso” S. Olesen | 2019-03-10 11:39:12 +0100 |
---|---|---|
committer | Frederik “Freso” S. Olesen | 2019-03-10 11:39:12 +0100 |
commit | 972042bd999218e3839a98c4232f6d4b031cf3d1 (patch) | |
tree | 8c9bc62b3badb70ac675d7c4b0a30d7d43441f7c | |
parent | 26e7c4bc12257300fab770ea6f23327b2e45e721 (diff) | |
download | aur-972042bd999218e3839a98c4232f6d4b031cf3d1.tar.gz |
Update 70-wooting.rules from Wooting
Reflects latest version of
https://wooting.helpscoutdocs.com/article/34-linux-udev-rules as of
this commit.
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | 70-wooting.rules | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
3 files changed, 6 insertions, 6 deletions
@@ -1,7 +1,7 @@ pkgbase = wootility-appimage pkgdesc = Utility for configuring Wooting keyboards (binary AppImage version) pkgver = 3.1.3 - pkgrel = 1 + pkgrel = 2 url = https://wooting.io/wootility arch = x86_64 license = unknown @@ -13,7 +13,7 @@ pkgbase = wootility-appimage source = https://s3.eu-west-2.amazonaws.com/wooting-update/wootility-linux-latest/wootility-3.1.3-x86_64.AppImage source = 70-wooting.rules sha512sums = 2c3d5b5a9ca55fbdced3e0b2d036bdb025262f3fbbbb828cf74cacdb982ac93eae090e7eef6de739186dd6c217404d0dc53fbeef08b8fe7556ae563961cdbed4 - sha512sums = d150e8825cc2254997745fd7a61afd65b05415d694d02d580197b4e3497e64da6261d4fb919a670917379ca1c813416478c2660fe4044e5138a69087ea31ce8d + sha512sums = 3a569cb1292efc31e22fd6c425fff14ac98d7f280849b3d81cdd72523a3388e6623bcd026571f726656fb339f9b90527efd8829d82de1d0b1ac778921dd72633 pkgname = wootility-appimage diff --git a/70-wooting.rules b/70-wooting.rules index c6b197168f62..aa5391ff1f52 100644 --- a/70-wooting.rules +++ b/70-wooting.rules @@ -9,9 +9,9 @@ SUBSYSTEM=="usb*", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2402", TAG+="uacc SUBSYSTEM=="hid*", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2402", TAG+="uaccess" # Wooting Two -SUBSYSTEM=="usb*", ATTRS{idVendor}=="02eb", ATTRS{idProduct}=="ff02", TAG+="uaccess" +SUBSYSTEM=="usb*", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="ff02", TAG+="uaccess" SUBSYSTEM=="hid*", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="ff02", TAG+="uaccess" # Wooting Two update mode -SUBSYSTEM=="usb*", ATTRS{idVendor}=="02eb", ATTRS{idProduct}=="2403", TAG+="uaccess" +SUBSYSTEM=="usb*", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2403", TAG+="uaccess" SUBSYSTEM=="hid*", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2403", TAG+="uaccess" @@ -2,7 +2,7 @@ _pkgname=wootility pkgname=${_pkgname}-appimage pkgver=3.1.3 -pkgrel=1 +pkgrel=2 pkgdesc='Utility for configuring Wooting keyboards (binary AppImage version)' arch=('x86_64') url='https://wooting.io/wootility' @@ -16,7 +16,7 @@ source=("https://s3.eu-west-2.amazonaws.com/wooting-update/wootility-linux-lates '70-wooting.rules') noextract=("${_appimage}") sha512sums=('2c3d5b5a9ca55fbdced3e0b2d036bdb025262f3fbbbb828cf74cacdb982ac93eae090e7eef6de739186dd6c217404d0dc53fbeef08b8fe7556ae563961cdbed4' - 'd150e8825cc2254997745fd7a61afd65b05415d694d02d580197b4e3497e64da6261d4fb919a670917379ca1c813416478c2660fe4044e5138a69087ea31ce8d') + '3a569cb1292efc31e22fd6c425fff14ac98d7f280849b3d81cdd72523a3388e6623bcd026571f726656fb339f9b90527efd8829d82de1d0b1ac778921dd72633') prepare() { 7z x "${_appimage}" 'wootility.desktop' 'usr/share/icons' > /dev/null |