summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAaron Mueller2014-06-08 22:40:43 +0200
committerAaron Mueller2014-06-08 22:40:43 +0200
commit7330b9402bfa5e83a9397c495bef83002972353d (patch)
tree851b504ce2a287bcd170a73157220c9bd8b885d3 /PKGBUILD
parenta4706838c08f63abd89dc9c567f392c1bf264253 (diff)
downloadaur-7330b9402bfa5e83a9397c495bef83002972353d.tar.gz
Added a compiler flag to the roccat-tools to work without python
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8960ac2fb2e1..7d36c1ccfe2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ true && pkgname=('roccat-tools'
'roccat-tools-savu')
pkgbase=roccat-tools
pkgver=1.6.0
-pkgrel=1
+pkgrel=2
pkgdesc='Userland applications to configure and make extended use of ROCCAT devices'
arch=('i686' 'x86_64')
url='http://roccat.sourceforge.net'
@@ -40,7 +40,7 @@ md5sums=('bfa32d3de9802e2970c13ae9eca85209')
build() {
cd "$srcdir/$pkgbase-$pkgver"
- cmake . -DCMAKE_INSTALL_PREFIX=/usr -CMAKE_PREFIX_PATH=/-DUDEVDIR=/usr/lib/udev/rules.d
+ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DUDEVDIR=/usr/lib/udev/rules.d -DWITHOUT_PYTHON=TRUE
make
}