summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b172a4069946..06d8183982d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = roccat-tools
pkgdesc = Userland applications to configure and make extended use of ROCCAT devices
pkgver = 5.9.0
- pkgrel = 1
+ pkgrel = 2
url = http://roccat.sourceforge.net
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 4d7f5eaa70f6..e237370442ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,7 +34,7 @@ pkgname=('roccat-tools-common'
'roccat-tools-nyth')
pkgbase=roccat-tools
pkgver=5.9.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'
@@ -58,6 +58,7 @@ build() {
-DWITHOUT_PYTHON=TRUE \
-DLIBDIR="/usr/lib" \
-DWITH_LUA="5.3" \
+ -DCMAKE_C_FLAGS="$(pkg-config --cflags harfbuzz)" \
-DCMAKE_MODULE_PATH="/usr/share/libgaminggear/cmake/Modules"
make
}