summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
-rwxr-xr-xroccat-tools.install4
3 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f12604c2a33..26fd8c564470 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Feb 17 22:52:43 UTC 2017
pkgbase = roccat-tools-full
pkgdesc = Userland applications to configure and make extended use of ROCCAT devices
- pkgver = 5.6.0
+ pkgver = 5.7.0
pkgrel = 1
url = http://roccat.sourceforge.net
install = roccat-tools.install
@@ -23,8 +21,8 @@ pkgbase = roccat-tools-full
optdepends = roccat-dkms: Adds support for the old kone device with dynamic rebuild.
conflicts = roccat-tools-common
replaces = roccat-tools-common
- source = http://downloads.sourceforge.net/project/roccat/roccat-tools/roccat-tools-5.6.0.tar.bz2
- sha1sums = 438f9d5c57aabb9820b0df7fab89bfc2d9cfed5f
+ source = http://downloads.sourceforge.net/project/roccat/roccat-tools/roccat-tools-5.7.0.tar.bz2
+ sha1sums = e0614b9c3b9c8ec28346c4c95f5aaa18d96eb273
pkgname = roccat-tools-full
diff --git a/PKGBUILD b/PKGBUILD
index 77ccb34e8313..9d6b0cfed6ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=('roccat-tools-full')
_pkgbase=roccat-tools
-pkgver=5.6.0
+pkgver=5.7.0
pkgrel=1
pkgdesc='Userland applications to configure and make extended use of ROCCAT devices'
arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@ conflicts=('roccat-tools-common')
replaces=('roccat-tools-common')
source=("http://downloads.sourceforge.net/project/roccat/roccat-tools/roccat-tools-$pkgver.tar.bz2")
install=roccat-tools.install
-sha1sums=('438f9d5c57aabb9820b0df7fab89bfc2d9cfed5f')
+sha1sums=('e0614b9c3b9c8ec28346c4c95f5aaa18d96eb273')
build() {
cd "$srcdir/$_pkgbase-$pkgver"
diff --git a/roccat-tools.install b/roccat-tools.install
index 5b15313315e5..a840dcad1e29 100755
--- a/roccat-tools.install
+++ b/roccat-tools.install
@@ -9,6 +9,10 @@ post_install() {
chmod 2770 /var/lib/roccat
udevadm control --reload-rules
+
+echo
+echo "Add yourself to the roccat group: gpasswd -a [your user] roccat"
+echo
}
post_upgrade() {