summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Mueller2015-01-28 00:02:14 +0100
committerAaron Mueller2015-01-28 00:02:33 +0100
commit82074e77e108d86ed15305e4b88d0344186f9f51 (patch)
treee5a94acda8f8f204bace283c8fde5a9e49600420
parentbf73e763e49efdcabc31d662b898ac1ff62f4ee1 (diff)
downloadaur-82074e77e108d86ed15305e4b88d0344186f9f51.tar.gz
Update roccat-tools and implement the fix for libgaminggear
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b38364182cb4..595264d8f3b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = roccat-tools
pkgdesc = Userland applications to configure and make extended use of ROCCAT devices
- pkgver = 2.3.0
+ pkgver = 2.4.0
pkgrel = 1
url = http://roccat.sourceforge.net
arch = i686
@@ -15,8 +15,8 @@ pkgbase = roccat-tools
depends = udev
depends = hicolor-icon-theme
optdepends = kmod-roccat: Adds support for the old kone device.
- source = http://downloads.sourceforge.net/project/roccat/roccat-tools/roccat-tools-2.3.0.tar.bz2
- md5sums = ee6b0bfe6e59795f1f14d0c688c708f4
+ source = http://downloads.sourceforge.net/project/roccat/roccat-tools/roccat-tools-2.4.0.tar.bz2
+ md5sums = b241c5f32134d515e8f1d9315cf4b0a6
pkgname = roccat-tools-common
pkgdesc = ROCCAT tools common files
diff --git a/PKGBUILD b/PKGBUILD
index 18500fc20ab2..5d7855a8cea5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ pkgname=('roccat-tools-common'
'roccat-tools-savu'
'roccat-tools-tyon')
pkgbase=roccat-tools
-pkgver=2.3.0
+pkgver=2.4.0
pkgrel=1
pkgdesc='Userland applications to configure and make extended use of ROCCAT devices'
arch=('i686' 'x86_64')
@@ -33,7 +33,7 @@ optdepends=('kmod-roccat: Adds support for the old kone device.')
conflicts=
source=("http://downloads.sourceforge.net/project/roccat/roccat-tools/roccat-tools-$pkgver.tar.bz2")
-md5sums=('ee6b0bfe6e59795f1f14d0c688c708f4')
+md5sums=('b241c5f32134d515e8f1d9315cf4b0a6')
build() {
cd "$srcdir/$pkgbase-$pkgver"