summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7d60d4f9d16..ab779c5763e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _spryrel=2.5.0.spry.r6
pkgname=sprycloud-client-git
_name=${pkgname/\-git/}
pkgver=2.5.0.spry.r6.r0.g4414bdce4
-pkgrel=1
+pkgrel=2
pkgdesc="spryCloud client for Linux"
arch=('i686' 'x86_64')
url="https://www.spryservers.net/"
@@ -51,7 +51,7 @@ build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE="Release" \
- -DCMAKE_INSTALL_SYSCONFDIR=/etc/${_name} \
+ -DCMAKE_INSTALL_SYSCONFDIR=/etc/spryCloud \
-DWITH_DOC=FALSE \
-DQTKEYCHAIN_LIBRARY=/usr/lib/libqt5keychain.so \
-DQTKEYCHAIN_INCLUDE_DIR=/usr/include/qt5keychain/ \