summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRuben Van Boxem2020-04-15 17:47:44 +0200
committerRuben Van Boxem2020-04-15 17:47:44 +0200
commit8749b1ba0647ff43ec7ab693a79cd244de758dc4 (patch)
tree2ffbf74e5e29d887d0a9d002c9940cc1afc78716 /PKGBUILD
parentc7a6fe8e85440645b2531527622aa0569c81eed8 (diff)
downloadaur-8749b1ba0647ff43ec7ab693a79cd244de758dc4.tar.gz
Replace qtwebkit with qtwebengine dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8e052f86b0b..1f77ecde4753 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=stack-client
pkgver=2.6.2
-pkgrel=2
+pkgrel=3
pkgdesc="The STACK Client provides file sync to desktop clients."
arch=('x86_64')
url='https://www.transip.nl/stack/'
license=(GPL2)
-depends=('qtkeychain' 'qt5-webkit' 'hicolor-icon-theme' 'xdg-utils')
+depends=('qtkeychain' 'qt5-webengine' 'hicolor-icon-theme' 'xdg-utils')
optdepends=('python-nautilus: integration with Nautilus' 'nemo-python: integration with Nemo')
makedepends=('cmake' 'qt5-tools' 'extra-cmake-modules' 'frameworkintegration')
conflicts=('stack-client-bin')