summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTab Fitts2021-03-29 13:43:49 -0700
committerTab Fitts2021-03-29 13:43:49 -0700
commit6cd0d89b81fd38d1be82fb0dc7e45a86bd489f1b (patch)
treeb61f004e7d38bf2dc5a8a6388f9dfa10ea3872fd /PKGBUILD
parent2a23f37806dca81a3b5fee2e1e111f630c483309 (diff)
downloadaur-6cd0d89b81fd38d1be82fb0dc7e45a86bd489f1b.tar.gz
spryCloud 2.6.5 R3: Compiling fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d4a6e4f0cad..449cf5802d75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Git: https://github.com/SpryServers/sprycloud-desktop
# Uncomment, if you want the last release
#_version=master
-_spryrel=2.6.5.spry.r2
+_spryrel=2.6.5.spry.r3
pkgname=sprycloud-client-git
_name=${pkgname/\-git/}
-pkgver=2.6.5.spry.r2.r0.ge9c7b3918
+pkgver=2.6.5.spry.r3.r0.g9c850fcca
pkgrel=1
pkgdesc="spryCloud client for Linux"
arch=('i686' 'x86_64')
@@ -49,7 +49,7 @@ build() {
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE="Release" \
-DNO_SHIBBOLETH=1 \
- -DMIRALL_VERSION_SUFFIX=-spry-r2 \
+ -DMIRALL_VERSION_SUFFIX=-spry-r3 \
-DMIRALL_VERSION_BUILD=${pkgrel} \
-DQTKEYCHAIN_LIBRARY=/usr/lib/libqt5keychain.so \
-DQTKEYCHAIN_INCLUDE_DIR=/usr/include/qt5keychain/ \