summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Fischer2015-08-27 23:28:05 +0200
committerAaron Fischer2015-08-27 23:28:05 +0200
commitbc5cd0229134d54a2094f54f87f9334a96c294d0 (patch)
tree858b89b39aa0c82525a47e81fa68b9a2ca87c6db
parentc111d796485222c5e8017c71d4dc03d17cb791fd (diff)
downloadaur-bc5cd0229134d54a2094f54f87f9334a96c294d0.tar.gz
Fix the udev rules, thanks Jesus!
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7d441d52127..ad7932124d0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = roccat-tools
pkgdesc = Userland applications to configure and make extended use of ROCCAT devices
pkgver = 3.6.1
- pkgrel = 1
+ pkgrel = 2
url = http://roccat.sourceforge.net
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f770ab836e35..3bad55484e77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,6 +3,7 @@
# Contributor: Xpander <xpander0@gmail.com>
# Contributor: Stefan Achatz <erazor_de@users.soruceforge.net>
# Contributor: Zachary Lund <admin@computerquip.com>
+# Contributor: Jesus Gonzalez <jesusmgh@gmail.com>
pkgname=('roccat-tools-common'
'roccat-tools-arvo'
@@ -25,7 +26,7 @@ pkgname=('roccat-tools-common'
'roccat-tools-nyth')
pkgbase=roccat-tools
pkgver=3.6.1
-pkgrel=1
+pkgrel=2
pkgdesc='Userland applications to configure and make extended use of ROCCAT devices'
arch=('i686' 'x86_64')
url='http://roccat.sourceforge.net'
@@ -142,7 +143,7 @@ package_roccat-tools-konepuremilitary() {
cd "$srcdir/$pkgbase-$pkgver/konepuremilitary"
make DESTDIR="$pkgdir/" install
cd "$srcdir/$pkgbase-$pkgver"
- install -Dm644 udev/90-roccat-savu.rules $pkgdir/usr/lib/udev/rules.d/90-roccat-konepuremilitary.rules
+ install -Dm644 udev/90-roccat-konepuremilitary.rules $pkgdir/usr/lib/udev/rules.d/90-roccat-konepuremilitary.rules
}
package_roccat-tools-konextd() {
@@ -162,7 +163,7 @@ package_roccat-tools-konextdoptical() {
cd "$srcdir/$pkgbase-$pkgver/konextdoptical"
make DESTDIR="$pkgdir/" install
cd "$srcdir/$pkgbase-$pkgver"
- install -Dm644 udev/90-roccat-savu.rules $pkgdir/usr/lib/udev/rules.d/90-roccat-konextdoptical.rules
+ install -Dm644 udev/90-roccat-konextdoptical.rules $pkgdir/usr/lib/udev/rules.d/90-roccat-konextdoptical.rules
}
package_roccat-tools-kovaplus() {