summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAaron Mueller2014-07-06 14:45:38 +0200
committerAaron Mueller2014-07-06 14:45:38 +0200
commitf1d5bb8214019e2974ff15c5df309b72dbc5384a (patch)
tree66cb13148e84a1cece4c7d64da2ee6abba01b274 /PKGBUILD
parent5cf3922512936f704374cdae51dfdcf3f1c3b212 (diff)
downloadaur-f1d5bb8214019e2974ff15c5df309b72dbc5384a.tar.gz
Bump versions for libgaminggear 0.4 and roccat-tools 2.1
Also fix the cmake problem (the cmake 3.0 folder is now mandatory)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f36a28cf605f..c289d637c54f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,19 +20,19 @@ pkgname=('roccat-tools-common'
'roccat-tools-ryos'
'roccat-tools-savu')
pkgbase=roccat-tools
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.1.0
+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.3.0' 'libcanberra' 'gtk2' 'libnotify>=0.7.0' 'dbus-glib' 'udev' 'hicolor-icon-theme')
+depends=('libgaminggear=0.4.0' 'libcanberra' 'gtk2' 'libnotify>=0.7.0' 'dbus-glib' 'udev' 'hicolor-icon-theme')
makedepends=('cmake')
optdepends=('kmod-roccat: Adds support for some devices not yet in vanilla kernel')
conflicts=
source=("http://downloads.sourceforge.net/project/roccat/roccat-tools/roccat-tools-$pkgver.tar.bz2")
-md5sums=('f87dbd1a909b783b0e2cb75b39dee403')
+md5sums=('a4f0e37574fa7a8d242452617f70100c')
build() {
cd "$srcdir/$pkgbase-$pkgver"