summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Reimer2015-08-10 13:33:49 +0200
committerChristopher Reimer2015-08-10 13:33:49 +0200
commit202e3aaac3b2f189d2a93eee9eed7fd8d68f6e87 (patch)
tree50b5f0bcc2a01953a574b20001bf5845fa3fcca1
parent4e140e7ae901514c9172e3ec59fc2bc3383c44b0 (diff)
downloadaur-202e3aaac3b2f189d2a93eee9eed7fd8d68f6e87.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/7f69ddab9523aff9d6ed3ca4c5b511d9ad07e879)
-rw-r--r--.SRCINFO4
-rw-r--r--70-remote-device.rules2
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c26170a6ad63..68e0c6387a46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vdr-remote
pkgdesc = Extends the remote control capabilities of vdr
pkgver = 0.6.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.escape-edv.de/endriss/vdr/
arch = x86_64
arch = i686
@@ -18,7 +18,7 @@ pkgbase = vdr-remote
source = 50-remote.conf
md5sums = 5c6e60e9a4a0d42ca2b93f3342452202
md5sums = bc604e2dff886fb683048590fc5f63c8
- md5sums = 3e5fa190135b128a575dd90b14c4433a
+ md5sums = 773e9b84837b51f3d0aeff8035c6c3ce
md5sums = 6b163c3d23df45423652f5559f8c6a61
pkgname = vdr-remote
diff --git a/70-remote-device.rules b/70-remote-device.rules
index 737181620625..68e6c7a417ed 100644
--- a/70-remote-device.rules
+++ b/70-remote-device.rules
@@ -1,3 +1,5 @@
# do not edit this file, it will be overwritten on update
SUBSYSTEM=="input", KERNEL=="event[0-9]*", ATTRS{name}=="*dvb*|*DVB*|* IR *", GROUP="vdr" SYMLINK+="input/ir"
+SUBSYSTEM=="input", KERNEL=="event[0-9]*", ATTRS{name}=="iMON Remote (15c2:0036)", GROUP="vdr"
+SUBSYSTEM=="input", KERNEL=="event[0-9]*", ATTRS{name}=="iMON Panel, Knob and Mouse(15c2:0038)", GROUP="vdr"
diff --git a/PKGBUILD b/PKGBUILD
index d82f5677292c..39d2a0703c69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=vdr-remote
pkgver=0.6.0
_vdrapi=2.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Extends the remote control capabilities of vdr"
url="http://www.escape-edv.de/endriss/vdr/"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
@@ -18,7 +18,7 @@ source=("http://www.escape-edv.de/endriss/vdr/${pkgname}-${pkgver}.tgz"
backup=("etc/vdr/conf.avail/50-$_plugname.conf")
md5sums=('5c6e60e9a4a0d42ca2b93f3342452202'
'bc604e2dff886fb683048590fc5f63c8'
- '3e5fa190135b128a575dd90b14c4433a'
+ '773e9b84837b51f3d0aeff8035c6c3ce'
'6b163c3d23df45423652f5559f8c6a61')
build() {