summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e909ca41e72..f36b57c36a9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = stack-client
pkgdesc = The STACK Client provides file sync to desktop clients.
pkgver = 3.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.transip.nl/stack/
arch = x86_64
license = GPL2
makedepends = cmake
makedepends = qt5-tools
makedepends = extra-cmake-modules
- makedepends = frameworkintegration
+ makedepends = frameworkintegration5
depends = qtkeychain
depends = qt5-webengine
depends = hicolor-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 34d46405785e..5cd28e90df6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=stack-client
pkgver=3.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="The STACK Client provides file sync to desktop clients."
arch=('x86_64')
url='https://www.transip.nl/stack/'
license=(GPL2)
depends=('qtkeychain' 'qt5-webengine' 'hicolor-icon-theme' 'xdg-utils' 'libcloudproviders')
optdepends=('python-nautilus: integration with Nautilus' 'nemo-python: integration with Nemo')
-makedepends=('cmake' 'qt5-tools' 'extra-cmake-modules' 'frameworkintegration')
+makedepends=('cmake' 'qt5-tools' 'extra-cmake-modules' 'frameworkintegration5')
conflicts=('stack-client-bin')
source=("http://filehosting-client.transip.nl/packages/stack/v${pkgver}-20230307/source/stack-v${pkgver}-20230307.tar.gz"
"APPLICATION_NAME.patch")