summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2015-08-26 15:50:24 -0400
committerJameson Pugh2015-08-26 15:50:24 -0400
commitd50f2cdf97b6ee771ad4ae7a3e6c63c5cc9bf057 (patch)
tree0e7dbfd9b8422a6b23e9e13b95a59a07a00b850c
parent39fefa6f5b9939fb02873c699bdbf04b824d09a4 (diff)
downloadaur-d50f2cdf97b6ee771ad4ae7a3e6c63c5cc9bf057.tar.gz
v3.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4fb8a0d268f..17bb752fde21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = roccat-tools-full
pkgdesc = Userland applications to configure and make extended use of ROCCAT devices
- pkgver = 3.6.0
+ pkgver = 3.6.1
pkgrel = 1
url = http://roccat.sourceforge.net
install = roccat-tools.install
@@ -8,7 +8,7 @@ pkgbase = roccat-tools-full
arch = x86_64
license = GPL2
makedepends = cmake
- depends = libgaminggear>=0.11.0
+ depends = libgaminggear>=0.11.1
depends = libcanberra
depends = gtk2
depends = libnotify>=0.7.0
@@ -19,9 +19,9 @@ 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-3.6.0.tar.bz2
+ source = http://downloads.sourceforge.net/project/roccat/roccat-tools/roccat-tools-3.6.1.tar.bz2
source = udev-compilation-error-fix.patch
- sha1sums = 6673618de5ee7dc8a1a7a6379aa8b6873dffad8f
+ sha1sums = 3eab9a07dd586eb6c1648b060f36b4592525416b
sha1sums = d31ad74bf91628f21415a631ec0f57b707266d0f
pkgname = roccat-tools-full
diff --git a/PKGBUILD b/PKGBUILD
index b3a527e726e1..e22c87a2ea54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname=('roccat-tools-full')
_pkgbase=roccat-tools
-pkgver=3.6.0
+pkgver=3.6.1
pkgrel=1
pkgdesc='Userland applications to configure and make extended use of ROCCAT devices'
arch=('i686' 'x86_64')
url='http://roccat.sourceforge.net'
license=('GPL2')
-depends=('libgaminggear>=0.11.0' 'libcanberra' 'gtk2' 'libnotify>=0.7.0' 'dbus-glib' 'udev' 'hicolor-icon-theme')
+depends=('libgaminggear>=0.11.1' 'libcanberra' 'gtk2' 'libnotify>=0.7.0' 'dbus-glib' 'udev' 'hicolor-icon-theme')
makedepends=('cmake')
optdepends=('kmod-roccat: Adds support for the old kone device.'
'roccat-dkms: Adds support for the old kone device with dynamic rebuild.')
@@ -21,7 +21,7 @@ replaces=('roccat-tools-common')
source=("http://downloads.sourceforge.net/project/roccat/roccat-tools/roccat-tools-$pkgver.tar.bz2"
'udev-compilation-error-fix.patch')
install=roccat-tools.install
-sha1sums=('6673618de5ee7dc8a1a7a6379aa8b6873dffad8f'
+sha1sums=('3eab9a07dd586eb6c1648b060f36b4592525416b'
'd31ad74bf91628f21415a631ec0f57b707266d0f')
build() {