diff options
author | Aaron Mueller | 2014-05-07 21:36:46 +0200 |
---|---|---|
committer | Aaron Mueller | 2014-05-07 21:36:46 +0200 |
commit | 9dc7c556ec3238b6ddc0932cc70ad956092c7af9 (patch) | |
tree | 75d6d0819b9f5979a93fb1c157b19c9c53b02286 /PKGBUILD | |
parent | abc0d044e6c02d1fa3fc29b8beb019d3a4f83328 (diff) | |
download | aur-9dc7c556ec3238b6ddc0932cc70ad956092c7af9.tar.gz |
Bump the version for the roccat-rools package
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,7 +23,7 @@ true && pkgname=('roccat-tools-common' 'roccat-tools-ryos' 'roccat-tools-savu') pkgbase=roccat-tools -pkgver=1.5.0 +pkgver=1.5.1 pkgrel=1 pkgdesc="Userland applications to configure and make extended use of ROCCAT devices" arch=('i686' 'x86_64') @@ -35,7 +35,7 @@ optdepends=('kmod-roccat: Adds support for some devices not yet in vanilla kerne conflicts= source=("http://downloads.sourceforge.net/project/roccat/roccat-tools/roccat-tools-$pkgver.tar.bz2") -md5sums=('aa6756a549c95d3579a8e08c0fdb5b1c') +md5sums=('ef1c776a0add38a90a83af4e1fd4bfe2') build() { cd "$srcdir/$pkgbase-$pkgver" |