summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--60-streamdeck.rules1
-rw-r--r--PKGBUILD2
3 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57ea6d70f8e0..4dd870ed7a2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = streamdeck-ui-git
pkgdesc = A Linux compatible UI for the Elgato Stream Deck
pkgver = r243.c8dffc7
- pkgrel = 1
+ pkgrel = 2
url = https://timothycrosley.github.io/streamdeck-ui/
arch = any
license = MIT
diff --git a/60-streamdeck.rules b/60-streamdeck.rules
index 995aaa31fd82..6716ba74c12f 100644
--- a/60-streamdeck.rules
+++ b/60-streamdeck.rules
@@ -2,3 +2,4 @@ SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="0060", TAG+="uacce
SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="0063", TAG+="uaccess"
SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="006c", TAG+="uaccess"
SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="006d", TAG+="uaccess"
+SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="0080", TAG+="uaccess"
diff --git a/PKGBUILD b/PKGBUILD
index 8090772fb44e..99abc508c70d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=streamdeck-ui-git
_pkgname=streamdeck-ui
pkgver=r243.c8dffc7
-pkgrel=1
+pkgrel=2
pkgdesc="A Linux compatible UI for the Elgato Stream Deck"
arch=('any')
url="https://timothycrosley.github.io/streamdeck-ui/"